Html Css Color HEX #DEE497 Primrose

📋 copy color: '#DEE497'

red 222 ◦ green 228 ◦ blue 151

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

Shades of Primrose #DEE497

Tints of Primrose #DEE497

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.94%

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

R = 36.94%
G = 37.94%
B = 25.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#DEE497 (or 0xDEE497) is known color: Primrose. HEX triplet: DE, E4 and 97. RGB value is (222,228,151). Sum of RGB (Red+Green+Blue) = 222+228+151=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE497 is #211B68. Grayscale: #D9D9D9. Windows color (decimal): -2169705 or 9954526. OLE color: 9954526.

HSL color Cylindrical-coordinate representation of color #DEE497: hue angle of 64.68º degrees, saturation: 0.59, 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 #DEE497 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 228 151 -
CMYK 0.03 0 0.34 0.11
HSL 64.68º 0.59% 0.74% -
HSV(B) 64.68º 0.34% 0.89% -
XYZ 63.45 73.25 40.07 -
YUV 217.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 222 228 151 0.03 0 0.34 0.11 64.68 0.59 0.74
Hex DE E4 97 3 0 22 B 41 3B 4A
Octal 336 344 227 3 0 42 13 101 73 112
Binary 11011110 11100100 10010111 11 0 100010 1011 1000001 111011 1001010

Color Harmonies of #DEE497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE497

Black with #DEE497

Text Example


Text Example

White with #DEE497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE497; }

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

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

background-color css

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

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

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

border-color css

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

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

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