Html Css Color HEX #DEE397 Primrose

📋 copy color: '#DEE397'

red 222 ◦ green 227 ◦ blue 151

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

Shades of Primrose #DEE397

Tints of Primrose #DEE397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.17%

R = 37%
G = 37.83%
B = 25.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#DEE397 (or 0xDEE397) is known color: Primrose. HEX triplet: DE, E3 and 97. RGB value is (222,227,151). Sum of RGB (Red+Green+Blue) = 222+227+151=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE397 is #211C68. Grayscale: #D9D9D9. Windows color (decimal): -2169961 or 9954270. OLE color: 9954270.

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

Color convert

RGB 222 227 151 -
CMYK 0.02 0 0.33 0.11
HSL 63.95º 0.58% 0.74% -
HSV(B) 63.95º 0.33% 0.89% -
XYZ 63.18 72.7 39.98 -
YUV 216.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 222 227 151 0.02 0 0.33 0.11 63.95 0.58 0.74
Hex DE E3 97 2 0 21 B 40 3A 4A
Octal 336 343 227 2 0 41 13 100 72 112
Binary 11011110 11100011 10010111 10 0 100001 1011 1000000 111010 1001010

Color Harmonies of #DEE397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE397

Black with #DEE397

Text Example


Text Example

White with #DEE397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE397; }

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

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

background-color css

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

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

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

border-color css

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

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

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