Html Css Color HEX #DEE890 Primrose

📋 copy color: '#DEE890'

red 222 ◦ green 232 ◦ blue 144

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

Shades of Primrose #DEE890

Tints of Primrose #DEE890

RGB

 RED value IS 222 (87.11% from 255) = 37.12%

 GREEN value IS 232 (91.02% from 255) = 38.8%

 BLUE value IS 144 (56.64% from 255) = 24.08%

R = 37.12%
G = 38.8%
B = 24.08%

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

#DEE890 (or 0xDEE890) is known color: Primrose. HEX triplet: DE, E8 and 90. RGB value is (222,232,144). Sum of RGB (Red+Green+Blue) = 222+232+144=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE890 is #21176F. Grayscale: #DBDBDB. Windows color (decimal): -2168688 or 9496798. OLE color: 9496798.

HSL color Cylindrical-coordinate representation of color #DEE890: hue angle of 66.82º degrees, saturation: 0.66, 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 #DEE890 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 232 144 -
CMYK 0.04 0 0.38 0.09
HSL 66.82º 0.66% 0.74% -
HSV(B) 66.82º 0.38% 0.91% -
XYZ 64.01 75.26 37.54 -
YUV 218.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 222 232 144 0.04 0 0.38 0.09 66.82 0.66 0.74
Hex DE E8 90 4 0 26 9 43 42 4A
Octal 336 350 220 4 0 46 11 103 102 112
Binary 11011110 11101000 10010000 100 0 100110 1001 1000011 1000010 1001010

Color Harmonies of #DEE890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE890

Black with #DEE890

Text Example


Text Example

White with #DEE890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE890; }

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

 H1.HeaderClassName
 {
   color: #DEE890;
 }
 .AnyTagClassName
 {
   color: #DEE890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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