#DFE3DD

Color #DFE3DD Catskill White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catskill White #DFE3DD

Tints of Catskill White #DFE3DD

Color information

#DFE3DD (or 0xDFE3DD) is unknown color: approx Catskill White. HEX triplet: DF, E3 and DD. RGB value is (223,227,221). Sum of RGB (Red+Green+Blue) = 223+227+221=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3DD is #201C22. Grayscale: #E1E1E1. Windows color (decimal): -2104355 or 14541791. OLE color: 14541791.

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

Color convert

RGB223227221-
CMYK0.0200.030.11
HSL100º9.68%87.84%-
HSV(B)100º2.64%89.02%-
XYZ70.9575.8579.31-
YUV225.12125.67126.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 227 (89.06% from 255) = 33.83%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=33.23%
G=33.83%
B=32.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232272210.0200.030.111009.6887.84
HexDFE3DD203B64a58
Octal3373433352031314412130
Binary110111111110001111011101100111011110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3DD; }

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

 H1.HeaderClassName
 {
   color: #DFE3DD;
 }
 .AnyTagClassName
 {
   color: #DFE3DD;
 }
</style>
background-color css

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

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

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

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

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

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