#DEE099

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

Shades of Primrose #DEE099

Tints of Primrose #DEE099

Color information

#DEE099 (or 0xDEE099) is unknown color: approx Primrose. HEX triplet: DE, E0 and 99. RGB value is (222,224,153). Sum of RGB (Red+Green+Blue) = 222+224+153=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE099 is #211F66. Grayscale: #D7D7D7. Windows color (decimal): -2170727 or 10084574. OLE color: 10084574.

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

Color convert

RGB222224153-
CMYK0.0100.320.12
HSL61.69º53.38%73.92%-
HSV(B)61.69º31.7%87.84%-
XYZ62.5371.1440.57-
YUV215.3192.84132.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 224 (87.89% from 255) = 37.40%
BLUE value IS 153 (60.16% from 255) = 25.54%
R=37.06%
G=37.40%
B=25.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241530.0100.320.1261.6953.3873.92
HexDEE0991020C3e354a
Octal3363402311040147665112
Binary1101111011100000100110011010000011001111101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE099; }

 p { color: rgb(222,224,153); }

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

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

 a { background-color: rgb(222,224,153); }

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

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

 span { border-color: rgb(222,224,153); }

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