#DEE19E

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

Shades of Primrose #DEE19E

Tints of Primrose #DEE19E

Color information

#DEE19E (or 0xDEE19E) is unknown color: approx Primrose. HEX triplet: DE, E1 and 9E. RGB value is (222,225,158). Sum of RGB (Red+Green+Blue) = 222+225+158=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE19E is #211E61. Grayscale: #D8D8D8. Windows color (decimal): -2170466 or 10412510. OLE color: 10412510.

HSL color Cylindrical-coordinate representation of color #DEE19E: hue angle of 62.69º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEE19E is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB222225158-
CMYK0.0100.300.12
HSL62.69º52.76%75.1%-
HSV(B)62.69º29.78%88.24%-
XYZ63.2271.8542.88-
YUV216.4695.01131.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 158 (62.11% from 255) = 26.12%
R=36.69%
G=37.19%
B=26.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251580.0100.300.1262.6952.7675.1
HexDEE19E101EC3f354b
Octal3363412361036147765113
Binary110111101110000110011110101111011001111111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE19E; }

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

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

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

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

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

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

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

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