Html Css Color HEX #DEE396 Primrose

📋 copy color: '#DEE396'

red 222 ◦ green 227 ◦ blue 150

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

Shades of Primrose #DEE396

Tints of Primrose #DEE396

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.9%

 BLUE value IS 150 (58.98% from 255) = 25.04%

R = 37.06%
G = 37.9%
B = 25.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#DEE396 (or 0xDEE396) is known color: Primrose. HEX triplet: DE, E3 and 96. RGB value is (222,227,150). Sum of RGB (Red+Green+Blue) = 222+227+150=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE396 is #211C69. Grayscale: #D9D9D9. Windows color (decimal): -2169962 or 9888734. OLE color: 9888734.

HSL color Cylindrical-coordinate representation of color #DEE396: hue angle of 63.9º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEE396 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 150 -
CMYK 0.02 0 0.34 0.11
HSL 63.9º 0.58% 0.74% -
HSV(B) 63.9º 0.34% 0.89% -
XYZ 63.1 72.67 39.56 -
YUV 216.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 222 227 150 0.02 0 0.34 0.11 63.9 0.58 0.74
Hex DE E3 96 2 0 22 B 40 3A 4A
Octal 336 343 226 2 0 42 13 100 72 112
Binary 11011110 11100011 10010110 10 0 100010 1011 1000000 111010 1001010

Color Harmonies of #DEE396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE396

Black with #DEE396

Text Example


Text Example

White with #DEE396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE396; }

 p { color: rgb(222,227,150); }

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

background-color css

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

 a { background-color: rgb(222,227,150); }

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

border-color css

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

 span { border-color: rgb(222,227,150); }

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