#DEE19D

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

Shades of Primrose #DEE19D

Tints of Primrose #DEE19D

Color information

#DEE19D (or 0xDEE19D) is unknown color: approx Primrose. HEX triplet: DE, E1 and 9D. RGB value is (222,225,157). Sum of RGB (Red+Green+Blue) = 222+225+157=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE19D is #211E62. Grayscale: #D8D8D8. Windows color (decimal): -2170467 or 10346974. OLE color: 10346974.

HSL color Cylindrical-coordinate representation of color #DEE19D: hue angle of 62.65º 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 #DEE19D is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB222225157-
CMYK0.0100.300.12
HSL62.65º53.12%74.9%-
HSV(B)62.65º30.22%88.24%-
XYZ63.1471.8142.43-
YUV216.3594.51132.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 157 (61.72% from 255) = 25.99%
R=36.75%
G=37.25%
B=25.99%

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
Decimal2222251570.0100.300.1262.6553.1274.9
HexDEE19D101EC3f354b
Octal3363412351036147765113
Binary110111101110000110011101101111011001111111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE19D; }

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

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

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

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

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

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

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

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