#DCE088

Color #DCE088 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DCE088

Tints of Primrose #DCE088

Color information

#DCE088 (or 0xDCE088) is unknown color: approx Primrose. HEX triplet: DC, E0 and 88. RGB value is (220,224,136). Sum of RGB (Red+Green+Blue) = 220+224+136=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE088 is #231F77. Grayscale: #D5D5D5. Windows color (decimal): -2301816 or 8970460. OLE color: 8970460.

HSL color Cylindrical-coordinate representation of color #DCE088: hue angle of 62.73º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCE088 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB220224136-
CMYK0.0200.390.12
HSL62.73º58.67%70.59%-
HSV(B)62.73º39.29%87.84%-
XYZ60.6170.333.67-
YUV212.7784.67133.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 224 (87.89% from 255) = 38.62%
BLUE value IS 136 (53.52% from 255) = 23.45%
R=37.93%
G=38.62%
B=23.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241360.0200.390.1262.7358.6770.59
HexDCE0882027C3f3b47
Octal3343402102047147773107
Binary11011100111000001000100010010011111001111111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE088; }

 p { color: rgb(220,224,136); }

 H1.HeaderClassName
 {
   color: #DCE088;
 }
 .AnyTagClassName
 {
   color: #DCE088;
 }
</style>
background-color css

<style>
 a { background-color: #DCE088; }

 a { background-color: rgb(220,224,136); }

 div.DivClassName
 {
   background-color: #DCE088;
 }
 .BgClassName
 {
   background-color: #DCE088;
 }
</style>
border-color css

<style>
 span { border-color: #DCE088; }

 span { border-color: rgb(220,224,136); }

 td.TdClassName
 {
   border-color: #DCE088;
 }
 .TagClassName
 {
   border-color: #DCE088;
 }
</style>