Html Css Color HEX #DFE3DC Catskill White

📋 copy color: '#DFE3DC'

red 223 ◦ green 227 ◦ blue 220

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

Shades of Catskill White #DFE3DC

Tints of Catskill White #DFE3DC

RGB

 RED value IS 223 (87.5% from 255) = 33.28%

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

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

R = 33.28%
G = 33.88%
B = 32.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#DFE3DC (or 0xDFE3DC) is known color: Catskill White. HEX triplet: DF, E3 and DC. RGB value is (223,227,220). Sum of RGB (Red+Green+Blue) = 223+227+220=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3DC is #201C23. Grayscale: #E1E1E1. Windows color (decimal): -2104356 or 14476255. OLE color: 14476255.

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

Color convert

RGB 223 227 220 -
CMYK 0.02 0 0.03 0.11
HSL 94.29º 0.11% 0.88% -
HSV(B) 94.29º 0.03% 0.89% -
XYZ 70.82 75.79 78.61 -
YUV 225.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 223 227 220 0.02 0 0.03 0.11 94.29 0.11 0.88
Hex DF E3 DC 2 0 3 B 5E B 58
Octal 337 343 334 2 0 3 13 136 13 130
Binary 11011111 11100011 11011100 10 0 11 1011 1011110 1011 1011000

Color Harmonies of #DFE3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE3DC

Black with #DFE3DC

Text Example


Text Example

White with #DFE3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE3DC; }

 p { color: rgb(223,227,220); }

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

background-color css

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

 a { background-color: rgb(223,227,220); }

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

border-color css

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

 span { border-color: rgb(223,227,220); }

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