#DEE891

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

Shades of Primrose #DEE891

Tints of Primrose #DEE891

Color information

#DEE891 (or 0xDEE891) is unknown color: approx Primrose. HEX triplet: DE, E8 and 91. RGB value is (222,232,145). Sum of RGB (Red+Green+Blue) = 222+232+145=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE891 is #21176E. Grayscale: #DBDBDB. Windows color (decimal): -2168687 or 9562334. OLE color: 9562334.

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

Color convert

RGB222232145-
CMYK0.0400.380.09
HSL66.9º65.41%73.92%-
HSV(B)66.9º37.5%90.98%-
XYZ64.0975.2937.94-
YUV219.0986.19130.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 232 (91.02% from 255) = 38.73%
BLUE value IS 145 (57.03% from 255) = 24.21%
R=37.06%
G=38.73%
B=24.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222321450.0400.380.0966.965.4173.92
HexDEE8914026943414a
Octal336350221404611103101112
Binary11011110111010001001000110001001101001100001110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE891; }

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

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

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

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

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

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

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

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