Html Css Color HEX #DEE2CC Frost

📋 copy color: '#DEE2CC'

red 222 ◦ green 226 ◦ blue 204

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

Shades of Frost #DEE2CC

Tints of Frost #DEE2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.66%

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

R = 34.05%
G = 34.66%
B = 31.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#DEE2CC (or 0xDEE2CC) is known color: Frost. HEX triplet: DE, E2 and CC. RGB value is (222,226,204). Sum of RGB (Red+Green+Blue) = 222+226+204=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2CC is #211D33. Grayscale: #DEDEDE. Windows color (decimal): -2170164 or 13427422. OLE color: 13427422.

HSL color Cylindrical-coordinate representation of color #DEE2CC: hue angle of 70.91º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEE2CC is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 226 204 -
CMYK 0.02 0 0.10 0.11
HSL 70.91º 0.28% 0.84% -
HSV(B) 70.91º 0.1% 0.89% -
XYZ 68.22 74.28 67.87 -
YUV 222.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 222 226 204 0.02 0 0.10 0.11 70.91 0.28 0.84
Hex DE E2 CC 2 0 A B 47 1C 54
Octal 336 342 314 2 0 12 13 107 34 124
Binary 11011110 11100010 11001100 10 0 1010 1011 1000111 11100 1010100

Color Harmonies of #DEE2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE2CC

Black with #DEE2CC

Text Example


Text Example

White with #DEE2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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