#DEE399

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

Shades of Primrose #DEE399

Tints of Primrose #DEE399

Color information

#DEE399 (or 0xDEE399) is unknown color: approx Primrose. HEX triplet: DE, E3 and 99. RGB value is (222,227,153). Sum of RGB (Red+Green+Blue) = 222+227+153=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE399 is #211C66. Grayscale: #D9D9D9. Windows color (decimal): -2169959 or 10085342. OLE color: 10085342.

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

Color convert

RGB222227153-
CMYK0.0200.330.11
HSL64.05º56.92%74.51%-
HSV(B)64.05º32.6%89.02%-
XYZ63.3472.7740.84-
YUV217.0791.84131.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 153 (60.16% from 255) = 25.42%
R=36.88%
G=37.71%
B=25.42%

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
Decimal2222271530.0200.330.1164.0556.9274.51
HexDEE3992021B40394b
Octal33634323120411310071113
Binary110111101110001110011001100100001101110000001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE399; }

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

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

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

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

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

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

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

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