Html Css Color HEX #DEE3DB Catskill White

📋 copy color: '#DEE3DB'

red 222 ◦ green 227 ◦ blue 219

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

Shades of Catskill White #DEE3DB

Tints of Catskill White #DEE3DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.78%

R = 33.23%
G = 33.98%
B = 32.78%

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

#DEE3DB (or 0xDEE3DB) is known color: Catskill White. HEX triplet: DE, E3 and DB. RGB value is (222,227,219). Sum of RGB (Red+Green+Blue) = 222+227+219=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3DB is #211C24. Grayscale: #E0E0E0. Windows color (decimal): -2169893 or 14410718. OLE color: 14410718.

HSL color Cylindrical-coordinate representation of color #DEE3DB: hue angle of 97.5º degrees, saturation: 0.12, 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 #DEE3DB is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 219 -
CMYK 0.02 0 0.04 0.11
HSL 97.5º 0.13% 0.87% -
HSV(B) 97.5º 0.04% 0.89% -
XYZ 70.38 75.58 77.9 -
YUV 224.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 222 227 219 0.02 0 0.04 0.11 97.5 0.13 0.87
Hex DE E3 DB 2 0 4 B 62 C 57
Octal 336 343 333 2 0 4 13 142 14 127
Binary 11011110 11100011 11011011 10 0 100 1011 1100010 1100 1010111

Color Harmonies of #DEE3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE3DB

Black with #DEE3DB

Text Example


Text Example

White with #DEE3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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