#DEE18E

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

Shades of Primrose #DEE18E

Tints of Primrose #DEE18E

Color information

#DEE18E (or 0xDEE18E) is unknown color: approx Primrose. HEX triplet: DE, E1 and 8E. RGB value is (222,225,142). Sum of RGB (Red+Green+Blue) = 222+225+142=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE18E is #211E71. Grayscale: #D6D6D6. Windows color (decimal): -2170482 or 9363934. OLE color: 9363934.

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

Color convert

RGB222225142-
CMYK0.0100.370.12
HSL62.17º58.04%71.96%-
HSV(B)62.17º36.89%88.24%-
XYZ61.9371.3336.1-
YUV214.6487.01133.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 142 (55.86% from 255) = 24.11%
R=37.69%
G=38.20%
B=24.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251420.0100.370.1262.1758.0471.96
HexDEE18E1025C3e3a48
Octal3363412161045147672110
Binary1101111011100001100011101010010111001111101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE18E; }

 p { color: rgb(222,225,142); }

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

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

 a { background-color: rgb(222,225,142); }

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

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

 span { border-color: rgb(222,225,142); }

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