#DEE397

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

Shades of Primrose #DEE397

Tints of Primrose #DEE397

Color information

#DEE397 (or 0xDEE397) is unknown color: approx Primrose. HEX triplet: DE, E3 and 97. RGB value is (222,227,151). Sum of RGB (Red+Green+Blue) = 222+227+151=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE397 is #211C68. Grayscale: #D9D9D9. Windows color (decimal): -2169961 or 9954270. OLE color: 9954270.

HSL color Cylindrical-coordinate representation of color #DEE397: hue angle of 63.95º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEE397 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB222227151-
CMYK0.0200.330.11
HSL63.95º57.58%74.12%-
HSV(B)63.95º33.48%89.02%-
XYZ63.1872.739.98-
YUV216.8490.84131.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 227 (89.06% from 255) = 37.83%
BLUE value IS 151 (59.38% from 255) = 25.17%
R=37%
G=37.83%
B=25.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271510.0200.330.1163.9557.5874.12
HexDEE3972021B403a4a
Octal33634322720411310072112
Binary110111101110001110010111100100001101110000001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE397; }

 p { color: rgb(222,227,151); }

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

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

 a { background-color: rgb(222,227,151); }

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

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

 span { border-color: rgb(222,227,151); }

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