Html Css Color HEX #DEE3DA Catskill White

📋 copy color: '#DEE3DA'

red 222 ◦ green 227 ◦ blue 218

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

Shades of Catskill White #DEE3DA

Tints of Catskill White #DEE3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.68%

R = 33.28%
G = 34.03%
B = 32.68%

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

#DEE3DA (or 0xDEE3DA) is known color: Catskill White. HEX triplet: DE, E3 and DA. RGB value is (222,227,218). Sum of RGB (Red+Green+Blue) = 222+227+218=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3DA is #211C25. Grayscale: #E0E0E0. Windows color (decimal): -2169894 or 14345182. OLE color: 14345182.

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

Color convert

RGB 222 227 218 -
CMYK 0.02 0 0.04 0.11
HSL 93.33º 0.14% 0.87% -
HSV(B) 93.33º 0.04% 0.89% -
XYZ 70.25 75.53 77.21 -
YUV 224.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 222 227 218 0.02 0 0.04 0.11 93.33 0.14 0.87
Hex DE E3 DA 2 0 4 B 5D E 57
Octal 336 343 332 2 0 4 13 135 16 127
Binary 11011110 11100011 11011010 10 0 100 1011 1011101 1110 1010111

Color Harmonies of #DEE3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE3DA

Black with #DEE3DA

Text Example


Text Example

White with #DEE3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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