Html Css Color HEX #DEE4BA Frost

📋 copy color: '#DEE4BA'

red 222 ◦ green 228 ◦ blue 186

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

Shades of Frost #DEE4BA

Tints of Frost #DEE4BA

RGB

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

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

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

R = 34.91%
G = 35.85%
B = 29.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#DEE4BA (or 0xDEE4BA) is known color: Frost. HEX triplet: DE, E4 and BA. RGB value is (222,228,186). Sum of RGB (Red+Green+Blue) = 222+228+186=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4BA is #211B45. Grayscale: #DDDDDD. Windows color (decimal): -2169670 or 12248286. OLE color: 12248286.

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

Color convert

RGB 222 228 186 -
CMYK 0.03 0 0.18 0.11
HSL 68.57º 0.44% 0.81% -
HSV(B) 68.57º 0.18% 0.89% -
XYZ 66.73 74.56 57.33 -
YUV 221.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 222 228 186 0.03 0 0.18 0.11 68.57 0.44 0.81
Hex DE E4 BA 3 0 12 B 45 2C 51
Octal 336 344 272 3 0 22 13 105 54 121
Binary 11011110 11100100 10111010 11 0 10010 1011 1000101 101100 1010001

Color Harmonies of #DEE4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE4BA

Black with #DEE4BA

Text Example


Text Example

White with #DEE4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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