Html Css Color HEX #DEE795 Primrose

📋 copy color: '#DEE795'

red 222 ◦ green 231 ◦ blue 149

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

Shades of Primrose #DEE795

Tints of Primrose #DEE795

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.37%

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

R = 36.88%
G = 38.37%
B = 24.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#DEE795 (or 0xDEE795) is known color: Primrose. HEX triplet: DE, E7 and 95. RGB value is (222,231,149). Sum of RGB (Red+Green+Blue) = 222+231+149=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE795 is #21186A. Grayscale: #DBDBDB. Windows color (decimal): -2168939 or 9824222. OLE color: 9824222.

HSL color Cylindrical-coordinate representation of color #DEE795: hue angle of 66.59º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEE795 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 231 149 -
CMYK 0.04 0 0.35 0.09
HSL 66.59º 0.63% 0.75% -
HSV(B) 66.59º 0.35% 0.91% -
XYZ 64.12 74.85 39.5 -
YUV 218.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 222 231 149 0.04 0 0.35 0.09 66.59 0.63 0.75
Hex DE E7 95 4 0 23 9 43 3F 4B
Octal 336 347 225 4 0 43 11 103 77 113
Binary 11011110 11100111 10010101 100 0 100011 1001 1000011 111111 1001011

Color Harmonies of #DEE795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE795

Black with #DEE795

Text Example


Text Example

White with #DEE795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE795; }

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

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

background-color css

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

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

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

border-color css

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

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

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