Html Css Color HEX #DEE197 Primrose

📋 copy color: '#DEE197'

red 222 ◦ green 225 ◦ blue 151

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

Shades of Primrose #DEE197

Tints of Primrose #DEE197

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.63%

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

R = 37.12%
G = 37.63%
B = 25.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#DEE197 (or 0xDEE197) is known color: Primrose. HEX triplet: DE, E1 and 97. RGB value is (222,225,151). Sum of RGB (Red+Green+Blue) = 222+225+151=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE197 is #211E68. Grayscale: #D7D7D7. Windows color (decimal): -2170473 or 9953758. OLE color: 9953758.

HSL color Cylindrical-coordinate representation of color #DEE197: hue angle of 62.43º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEE197 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 151 -
CMYK 0.01 0 0.33 0.12
HSL 62.43º 0.55% 0.74% -
HSV(B) 62.43º 0.33% 0.88% -
XYZ 62.64 71.61 39.8 -
YUV 215.67 91.51 132.52 -
System Red Green Blue C M Y K H S L
Decimal 222 225 151 0.01 0 0.33 0.12 62.43 0.55 0.74
Hex DE E1 97 1 0 21 C 3E 37 4A
Octal 336 341 227 1 0 41 14 76 67 112
Binary 11011110 11100001 10010111 1 0 100001 1100 111110 110111 1001010

Color Harmonies of #DEE197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE197

Black with #DEE197

Text Example


Text Example

White with #DEE197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE197; }

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

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

background-color css

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

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

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

border-color css

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

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

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