Html Css Color HEX #DEE3D9 Catskill White

📋 copy color: '#DEE3D9'

red 222 ◦ green 227 ◦ blue 217

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

Shades of Catskill White #DEE3D9

Tints of Catskill White #DEE3D9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.08%

 BLUE value IS 217 (85.16% from 255) = 32.58%

R = 33.33%
G = 34.08%
B = 32.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#DEE3D9 (or 0xDEE3D9) is known color: Catskill White. HEX triplet: DE, E3 and D9. RGB value is (222,227,217). Sum of RGB (Red+Green+Blue) = 222+227+217=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3D9 is #211C26. Grayscale: #E0E0E0. Windows color (decimal): -2169895 or 14279646. OLE color: 14279646.

HSL color Cylindrical-coordinate representation of color #DEE3D9: hue angle of 90º degrees, saturation: 0.15, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE3D9 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 217 -
CMYK 0.02 0 0.04 0.11
HSL 90º 0.15% 0.87% -
HSV(B) 90º 0.04% 0.89% -
XYZ 70.12 75.48 76.52 -
YUV 224.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 222 227 217 0.02 0 0.04 0.11 90 0.15 0.87
Hex DE E3 D9 2 0 4 B 5A F 57
Octal 336 343 331 2 0 4 13 132 17 127
Binary 11011110 11100011 11011001 10 0 100 1011 1011010 1111 1010111

Color Harmonies of #DEE3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE3D9

Black with #DEE3D9

Text Example


Text Example

White with #DEE3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE3D9; }

 p { color: rgb(222,227,217); }

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

background-color css

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

 a { background-color: rgb(222,227,217); }

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

border-color css

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

 span { border-color: rgb(222,227,217); }

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