Html Css Color HEX #DEE7BA Frost

📋 copy color: '#DEE7BA'

red 222 ◦ green 231 ◦ blue 186

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

Shades of Frost #DEE7BA

Tints of Frost #DEE7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.11%

R = 34.74%
G = 36.15%
B = 29.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#DEE7BA (or 0xDEE7BA) is known color: Frost. HEX triplet: DE, E7 and BA. RGB value is (222,231,186). Sum of RGB (Red+Green+Blue) = 222+231+186=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7BA is #211845. Grayscale: #DFDFDF. Windows color (decimal): -2168902 or 12249054. OLE color: 12249054.

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

Color convert

RGB 222 231 186 -
CMYK 0.04 0 0.19 0.09
HSL 72º 0.48% 0.82% -
HSV(B) 72º 0.19% 0.91% -
XYZ 67.56 76.23 57.61 -
YUV 223.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 222 231 186 0.04 0 0.19 0.09 72 0.48 0.82
Hex DE E7 BA 4 0 13 9 48 30 52
Octal 336 347 272 4 0 23 11 110 60 122
Binary 11011110 11100111 10111010 100 0 10011 1001 1001000 110000 1010010

Color Harmonies of #DEE7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE7BA

Black with #DEE7BA

Text Example


Text Example

White with #DEE7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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