#DEE288

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

Shades of Primrose #DEE288

Tints of Primrose #DEE288

Color information

#DEE288 (or 0xDEE288) is unknown color: approx Primrose. HEX triplet: DE, E2 and 88. RGB value is (222,226,136). Sum of RGB (Red+Green+Blue) = 222+226+136=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE288 is #211D77. Grayscale: #D6D6D6. Windows color (decimal): -2170232 or 8970974. OLE color: 8970974.

HSL color Cylindrical-coordinate representation of color #DEE288: hue angle of 62.67º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE288 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB222226136-
CMYK0.0200.400.11
HSL62.67º60.81%70.98%-
HSV(B)62.67º39.82%88.63%-
XYZ61.7671.733.88-
YUV214.5483.67133.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 226 (88.67% from 255) = 38.70%
BLUE value IS 136 (53.52% from 255) = 23.29%
R=38.01%
G=38.70%
B=23.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222261360.0200.400.1162.6760.8170.98
HexDEE2882028B3f3d47
Octal3363422102050137775107
Binary11011110111000101000100010010100010111111111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE288; }

 p { color: rgb(222,226,136); }

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

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

 a { background-color: rgb(222,226,136); }

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

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

 span { border-color: rgb(222,226,136); }

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