#DEE196

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

Shades of Primrose #DEE196

Tints of Primrose #DEE196

Color information

#DEE196 (or 0xDEE196) is unknown color: approx Primrose. HEX triplet: DE, E1 and 96. RGB value is (222,225,150). Sum of RGB (Red+Green+Blue) = 222+225+150=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE196 is #211E69. Grayscale: #D7D7D7. Windows color (decimal): -2170474 or 9888222. OLE color: 9888222.

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

Color convert

RGB222225150-
CMYK0.0100.330.12
HSL62.4º55.56%73.53%-
HSV(B)62.4º33.33%88.24%-
XYZ62.5571.5839.37-
YUV215.5591.01132.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 225 (88.28% from 255) = 37.69%
BLUE value IS 150 (58.98% from 255) = 25.13%
R=37.19%
G=37.69%
B=25.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251500.0100.330.1262.455.5673.53
HexDEE1961021C3e384a
Octal3363412261041147670112
Binary1101111011100001100101101010000111001111101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE196; }

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

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

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

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

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

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

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

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