Html Css Color HEX #DEE1CC Frost

📋 copy color: '#DEE1CC'

red 222 ◦ green 225 ◦ blue 204

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

Shades of Frost #DEE1CC

Tints of Frost #DEE1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.56%

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

R = 34.1%
G = 34.56%
B = 31.34%

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

#DEE1CC (or 0xDEE1CC) is known color: Frost. HEX triplet: DE, E1 and CC. RGB value is (222,225,204). Sum of RGB (Red+Green+Blue) = 222+225+204=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1CC is #211E33. Grayscale: #DDDDDD. Windows color (decimal): -2170420 or 13427166. OLE color: 13427166.

HSL color Cylindrical-coordinate representation of color #DEE1CC: hue angle of 68.57º degrees, saturation: 0.26, 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 #DEE1CC is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 204 -
CMYK 0.01 0 0.09 0.12
HSL 68.57º 0.26% 0.84% -
HSV(B) 68.57º 0.09% 0.88% -
XYZ 67.95 73.74 67.78 -
YUV 221.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 222 225 204 0.01 0 0.09 0.12 68.57 0.26 0.84
Hex DE E1 CC 1 0 9 C 45 1A 54
Octal 336 341 314 1 0 11 14 105 32 124
Binary 11011110 11100001 11001100 1 0 1001 1100 1000101 11010 1010100

Color Harmonies of #DEE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE1CC

Black with #DEE1CC

Text Example


Text Example

White with #DEE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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