Html Css Color HEX #DEE0CC Frost

📋 copy color: '#DEE0CC'

red 222 ◦ green 224 ◦ blue 204

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

Shades of Frost #DEE0CC

Tints of Frost #DEE0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.38%

R = 34.15%
G = 34.46%
B = 31.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#DEE0CC (or 0xDEE0CC) is known color: Frost. HEX triplet: DE, E0 and CC. RGB value is (222,224,204). Sum of RGB (Red+Green+Blue) = 222+224+204=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0CC is #211F33. Grayscale: #DDDDDD. Windows color (decimal): -2170676 or 13426910. OLE color: 13426910.

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

Color convert

RGB 222 224 204 -
CMYK 0.01 0 0.09 0.12
HSL 66º 0.24% 0.84% -
HSV(B) 66º 0.09% 0.88% -
XYZ 67.68 73.2 67.69 -
YUV 221.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 222 224 204 0.01 0 0.09 0.12 66 0.24 0.84
Hex DE E0 CC 1 0 9 C 42 18 54
Octal 336 340 314 1 0 11 14 102 30 124
Binary 11011110 11100000 11001100 1 0 1001 1100 1000010 11000 1010100

Color Harmonies of #DEE0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE0CC

Black with #DEE0CC

Text Example


Text Example

White with #DEE0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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