#DFE2DB

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

Shades of Catskill White #DFE2DB

Tints of Catskill White #DFE2DB

Color information

#DFE2DB (or 0xDFE2DB) is unknown color: approx Catskill White. HEX triplet: DF, E2 and DB. RGB value is (223,226,219). Sum of RGB (Red+Green+Blue) = 223+226+219=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE2DB is #201D24. Grayscale: #E0E0E0. Windows color (decimal): -2104613 or 14410463. OLE color: 14410463.

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

Color convert

RGB223226219-
CMYK0.0100.030.11
HSL85.71º10.77%87.25%-
HSV(B)85.71º3.1%88.63%-
XYZ70.4175.277.82-
YUV224.3125.01127.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 226 (88.67% from 255) = 33.83%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=33.38%
G=33.83%
B=32.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232262190.0100.030.1185.7110.7787.25
HexDFE2DB103B56b57
Octal3373423331031312613127
Binary11011111111000101101101110111011101011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2DB; }

 p { color: rgb(223,226,219); }

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

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

 a { background-color: rgb(223,226,219); }

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

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

 span { border-color: rgb(223,226,219); }

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