Html Css Color HEX #DEE1DC Catskill White

📋 copy color: '#DEE1DC'

red 222 ◦ green 225 ◦ blue 220

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

Shades of Catskill White #DEE1DC

Tints of Catskill White #DEE1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.98%

R = 33.28%
G = 33.73%
B = 32.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#DEE1DC (or 0xDEE1DC) is known color: Catskill White. HEX triplet: DE, E1 and DC. RGB value is (222,225,220). Sum of RGB (Red+Green+Blue) = 222+225+220=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1DC is #211E23. Grayscale: #DFDFDF. Windows color (decimal): -2170404 or 14475742. OLE color: 14475742.

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

Color convert

RGB 222 225 220 -
CMYK 0.01 0 0.02 0.12
HSL 96º 0.08% 0.87% -
HSV(B) 96º 0.02% 0.88% -
XYZ 69.97 74.55 78.41 -
YUV 223.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 222 225 220 0.01 0 0.02 0.12 96 0.08 0.87
Hex DE E1 DC 1 0 2 C 60 8 57
Octal 336 341 334 1 0 2 14 140 10 127
Binary 11011110 11100001 11011100 1 0 10 1100 1100000 1000 1010111

Color Harmonies of #DEE1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE1DC

Black with #DEE1DC

Text Example


Text Example

White with #DEE1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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