#DEE88E

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

Shades of Primrose #DEE88E

Tints of Primrose #DEE88E

Color information

#DEE88E (or 0xDEE88E) is unknown color: approx Primrose. HEX triplet: DE, E8 and 8E. RGB value is (222,232,142). Sum of RGB (Red+Green+Blue) = 222+232+142=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE88E is #211771. Grayscale: #DBDBDB. Windows color (decimal): -2168690 or 9365726. OLE color: 9365726.

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

Color convert

RGB222232142-
CMYK0.0400.390.09
HSL66.67º66.18%73.33%-
HSV(B)66.67º38.79%90.98%-
XYZ63.8675.236.74-
YUV218.7584.69130.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 232 (91.02% from 255) = 38.93%
BLUE value IS 142 (55.86% from 255) = 23.83%
R=37.25%
G=38.93%
B=23.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222321420.0400.390.0966.6766.1873.33
HexDEE88E40279434249
Octal336350216404711103102111
Binary11011110111010001000111010001001111001100001110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE88E; }

 p { color: rgb(222,232,142); }

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

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

 a { background-color: rgb(222,232,142); }

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

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

 span { border-color: rgb(222,232,142); }

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