Shades of Catskill White #DDDFDC
Tints of Catskill White #DDDFDC
RGB
CMYK
RGB Variations
Color information
#DDDFDC (or 0xDDDFDC) is known color: Catskill White. HEX triplet: DD, DF and DC. RGB value is (221,223,220). Sum of RGB (Red+Green+Blue) = 221+223+220=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFDC is #222023. Grayscale: #DEDEDE. Windows color (decimal): -2236452 or 14475229. OLE color: 14475229.
HSL color Cylindrical-coordinate representation of color #DDDFDC: hue angle of 100º degrees, saturation: 0.04, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDFDC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 220 | - |
CMYK | 0.01 | 0 | 0.01 | 0.13 |
HSL | 100º | 0.04% | 0.87% | - |
HSV(B) | 100º | 0.01% | 0.87% | - |
XYZ | 69.12 | 73.31 | 78.22 | - |
YUV | 222.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 220 | 0.01 | 0 | 0.01 | 0.13 | 100 | 0.04 | 0.87 |
Hex | DD | DF | DC | 1 | 0 | 1 | D | 64 | 4 | 57 |
Octal | 335 | 337 | 334 | 1 | 0 | 1 | 15 | 144 | 4 | 127 |
Binary | 11011101 | 11011111 | 11011100 | 1 | 0 | 1 | 1101 | 1100100 | 100 | 1010111 |
Color Harmonies of #DDDFDC
Complementary color
Monochromatic Colors of #DDDFDC
Black with #DDDFDC
Text Example
Text Example
White with #DDDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFDC; }
p { color: rgb(221,223,220); }
H1.HeaderClassName
{
color: #DDDFDC;
}
.AnyTagClassName
{
color: #DDDFDC;
}
</style>
background-color css
<style>
a { background-color: #DDDFDC; }
a { background-color: rgb(221,223,220); }
div.DivClassName
{
background-color: #DDDFDC;
}
.BgClassName
{
background-color: #DDDFDC;
}
</style>
border-color css
<style>
span { border-color: #DDDFDC; }
span { border-color: rgb(221,223,220); }
td.TdClassName
{
border-color: #DDDFDC;
}
.TagClassName
{
border-color: #DDDFDC;
}
</style>