Html Css Color HEX #DEE3BA Frost

📋 copy color: '#DEE3BA'

red 222 ◦ green 227 ◦ blue 186

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

Shades of Frost #DEE3BA

Tints of Frost #DEE3BA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.75%

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

R = 34.96%
G = 35.75%
B = 29.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#DEE3BA (or 0xDEE3BA) is known color: Frost. HEX triplet: DE, E3 and BA. RGB value is (222,227,186). Sum of RGB (Red+Green+Blue) = 222+227+186=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3BA is #211C45. Grayscale: #DCDCDC. Windows color (decimal): -2169926 or 12248030. OLE color: 12248030.

HSL color Cylindrical-coordinate representation of color #DEE3BA: hue angle of 67.32º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEE3BA is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 186 -
CMYK 0.02 0 0.18 0.11
HSL 67.32º 0.42% 0.81% -
HSV(B) 67.32º 0.18% 0.89% -
XYZ 66.46 74.01 57.24 -
YUV 220.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 222 227 186 0.02 0 0.18 0.11 67.32 0.42 0.81
Hex DE E3 BA 2 0 12 B 43 2A 51
Octal 336 343 272 2 0 22 13 103 52 121
Binary 11011110 11100011 10111010 10 0 10010 1011 1000011 101010 1010001

Color Harmonies of #DEE3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE3BA

Black with #DEE3BA

Text Example


Text Example

White with #DEE3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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