#DEE08F

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

Shades of Primrose #DEE08F

Tints of Primrose #DEE08F

Color information

#DEE08F (or 0xDEE08F) is unknown color: approx Primrose. HEX triplet: DE, E0 and 8F. RGB value is (222,224,143). Sum of RGB (Red+Green+Blue) = 222+224+143=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE08F is #211F70. Grayscale: #D6D6D6. Windows color (decimal): -2170737 or 9429214. OLE color: 9429214.

HSL color Cylindrical-coordinate representation of color #DEE08F: hue angle of 61.48º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEE08F is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB222224143-
CMYK0.0100.360.12
HSL61.48º56.64%71.96%-
HSV(B)61.48º36.16%87.84%-
XYZ61.7470.8236.4-
YUV214.1787.84133.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 143 (56.25% from 255) = 24.28%
R=37.69%
G=38.03%
B=24.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241430.0100.360.1261.4856.6471.96
HexDEE08F1024C3d3948
Octal3363402171044147571110
Binary1101111011100000100011111010010011001111011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE08F; }

 p { color: rgb(222,224,143); }

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

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

 a { background-color: rgb(222,224,143); }

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

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

 span { border-color: rgb(222,224,143); }

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