Html Css Color HEX #DEE891 Primrose

📋 copy color: '#DEE891'

red 222 ◦ green 232 ◦ blue 145

#DEE891
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DEE891

Tints of Primrose #DEE891

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 value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#DEE891 (or 0xDEE891) is known color: 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

RGB 222 232 145 -
CMYK 0.04 0 0.38 0.09
HSL 66.9º 0.65% 0.74% -
HSV(B) 66.9º 0.38% 0.91% -
XYZ 64.09 75.29 37.94 -
YUV 219.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 222 232 145 0.04 0 0.38 0.09 66.9 0.65 0.74
Hex DE E8 91 4 0 26 9 43 41 4A
Octal 336 350 221 4 0 46 11 103 101 112
Binary 11011110 11101000 10010001 100 0 100110 1001 1000011 1000001 1001010

Color Harmonies of #DEE891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE891

Black with #DEE891

Text Example


Text Example

White with #DEE891

Text Example


Text Example

HTML Codes & Css Web 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>