Html Css Color HEX #DFE4DC Catskill White

📋 copy color: '#DFE4DC'

red 223 ◦ green 228 ◦ blue 220

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

Shades of Catskill White #DFE4DC

Tints of Catskill White #DFE4DC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.98%

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

R = 33.23%
G = 33.98%
B = 32.79%

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

#DFE4DC (or 0xDFE4DC) is known color: Catskill White. HEX triplet: DF, E4 and DC. RGB value is (223,228,220). Sum of RGB (Red+Green+Blue) = 223+228+220=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4DC is #201B23. Grayscale: #E1E1E1. Windows color (decimal): -2104100 or 14476511. OLE color: 14476511.

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

Color convert

RGB 223 228 220 -
CMYK 0.02 0 0.04 0.11
HSL 97.5º 0.13% 0.88% -
HSV(B) 97.5º 0.04% 0.89% -
XYZ 71.09 76.34 78.7 -
YUV 225.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 223 228 220 0.02 0 0.04 0.11 97.5 0.13 0.88
Hex DF E4 DC 2 0 4 B 62 D 58
Octal 337 344 334 2 0 4 13 142 15 130
Binary 11011111 11100100 11011100 10 0 100 1011 1100010 1101 1011000

Color Harmonies of #DFE4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE4DC

Black with #DFE4DC

Text Example


Text Example

White with #DFE4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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