#DEE989

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

Shades of Primrose #DEE989

Tints of Primrose #DEE989

Color information

#DEE989 (or 0xDEE989) is unknown color: approx Primrose. HEX triplet: DE, E9 and 89. RGB value is (222,233,137). Sum of RGB (Red+Green+Blue) = 222+233+137=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 137 (53.91% from 255 or 23.14% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE989 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE989 is #211676. Grayscale: #DBDBDB. Windows color (decimal): -2168439 or 9038302. OLE color: 9038302.

HSL color Cylindrical-coordinate representation of color #DEE989: hue angle of 66.88º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE989 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB222233137-
CMYK0.0500.410.09
HSL66.88º68.57%72.55%-
HSV(B)66.88º41.2%91.37%-
XYZ63.7875.6134.9-
YUV218.7781.86130.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 233 (91.41% from 255) = 39.36%
BLUE value IS 137 (53.91% from 255) = 23.14%
R=37.5%
G=39.36%
B=23.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222331370.0500.410.0966.8868.5772.55
HexDEE98950299434549
Octal336351211505111103105111
Binary11011110111010011000100110101010011001100001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE989; }

 p { color: rgb(222,233,137); }

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

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

 a { background-color: rgb(222,233,137); }

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

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

 span { border-color: rgb(222,233,137); }

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