#DEE287

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

Shades of Primrose #DEE287

Tints of Primrose #DEE287

Color information

#DEE287 (or 0xDEE287) is unknown color: approx Primrose. HEX triplet: DE, E2 and 87. RGB value is (222,226,135). Sum of RGB (Red+Green+Blue) = 222+226+135=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 135 (53.12% from 255 or 23.16% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE287 is #211D78. Grayscale: #D6D6D6. Windows color (decimal): -2170233 or 8905438. OLE color: 8905438.

HSL color Cylindrical-coordinate representation of color #DEE287: hue angle of 62.64º 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 #DEE287 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB222226135-
CMYK0.0200.400.11
HSL62.64º61.07%70.78%-
HSV(B)62.64º40.27%88.63%-
XYZ61.6971.6733.5-
YUV214.4383.17133.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 226 (88.67% from 255) = 38.77%
BLUE value IS 135 (53.12% from 255) = 23.16%
R=38.08%
G=38.77%
B=23.16%

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
Decimal2222261350.0200.400.1162.6461.0770.78
HexDEE2872028B3f3d47
Octal3363422072050137775107
Binary11011110111000101000011110010100010111111111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE287; }

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

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

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

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

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

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

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

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