Html Css Color HEX #DEE0D1 Frost

📋 copy color: '#DEE0D1'

red 222 ◦ green 224 ◦ blue 209

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

Shades of Frost #DEE0D1

Tints of Frost #DEE0D1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.2%

 BLUE value IS 209 (82.03% from 255) = 31.91%

R = 33.89%
G = 34.2%
B = 31.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#DEE0D1 (or 0xDEE0D1) is known color: Frost. HEX triplet: DE, E0 and D1. RGB value is (222,224,209). Sum of RGB (Red+Green+Blue) = 222+224+209=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0D1 is #211F2E. Grayscale: #DDDDDD. Windows color (decimal): -2170671 or 13754590. OLE color: 13754590.

HSL color Cylindrical-coordinate representation of color #DEE0D1: hue angle of 68º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE0D1 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 209 -
CMYK 0.01 0 0.07 0.12
HSL 68º 0.19% 0.85% -
HSV(B) 68º 0.07% 0.88% -
XYZ 68.29 73.44 70.9 -
YUV 221.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 222 224 209 0.01 0 0.07 0.12 68 0.19 0.85
Hex DE E0 D1 1 0 7 C 44 13 55
Octal 336 340 321 1 0 7 14 104 23 125
Binary 11011110 11100000 11010001 1 0 111 1100 1000100 10011 1010101

Color Harmonies of #DEE0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0D1

Black with #DEE0D1

Text Example


Text Example

White with #DEE0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0D1; }

 p { color: rgb(222,224,209); }

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

background-color css

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

 a { background-color: rgb(222,224,209); }

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

border-color css

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

 span { border-color: rgb(222,224,209); }

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