Html Css Color HEX #DEE495 Primrose

📋 copy color: '#DEE495'

red 222 ◦ green 228 ◦ blue 149

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

Shades of Primrose #DEE495

Tints of Primrose #DEE495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.87%

R = 37.06%
G = 38.06%
B = 24.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#DEE495 (or 0xDEE495) is known color: Primrose. HEX triplet: DE, E4 and 95. RGB value is (222,228,149). Sum of RGB (Red+Green+Blue) = 222+228+149=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE495 is #211B6A. Grayscale: #D9D9D9. Windows color (decimal): -2169707 or 9823454. OLE color: 9823454.

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

Color convert

RGB 222 228 149 -
CMYK 0.03 0 0.35 0.11
HSL 64.56º 0.59% 0.74% -
HSV(B) 64.56º 0.35% 0.89% -
XYZ 63.29 73.19 39.22 -
YUV 217.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 222 228 149 0.03 0 0.35 0.11 64.56 0.59 0.74
Hex DE E4 95 3 0 23 B 41 3B 4A
Octal 336 344 225 3 0 43 13 101 73 112
Binary 11011110 11100100 10010101 11 0 100011 1011 1000001 111011 1001010

Color Harmonies of #DEE495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE495

Black with #DEE495

Text Example


Text Example

White with #DEE495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE495; }

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

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

background-color css

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

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

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

border-color css

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

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

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