#DEE088

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

Shades of Primrose #DEE088

Tints of Primrose #DEE088

Color information

#DEE088 (or 0xDEE088) is unknown color: approx Primrose. HEX triplet: DE, E0 and 88. RGB value is (222,224,136). Sum of RGB (Red+Green+Blue) = 222+224+136=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE088 is #211F77. Grayscale: #D5D5D5. Windows color (decimal): -2170744 or 8970462. OLE color: 8970462.

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

Color convert

RGB222224136-
CMYK0.0100.390.12
HSL61.36º58.67%70.59%-
HSV(B)61.36º39.29%87.84%-
XYZ61.2270.6233.7-
YUV213.3784.34134.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.14%
GREEN value IS 224 (87.89% from 255) = 38.49%
BLUE value IS 136 (53.52% from 255) = 23.37%
R=38.14%
G=38.49%
B=23.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241360.0100.390.1261.3658.6770.59
HexDEE0881027C3d3b47
Octal3363402101047147573107
Binary1101111011100000100010001010011111001111011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE088; }

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

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

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

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

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

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

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

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