Shades of Catskill White #DDDFDB
Tints of Catskill White #DDDFDB
RGB
CMYK
RGB Variations
Color information
#DDDFDB (or 0xDDDFDB) is known color: Catskill White. HEX triplet: DD, DF and DB. RGB value is (221,223,219). Sum of RGB (Red+Green+Blue) = 221+223+219=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFDB is #222024. Grayscale: #DDDDDD. Windows color (decimal): -2236453 or 14409693. OLE color: 14409693.
HSL color Cylindrical-coordinate representation of color #DDDFDB: hue angle of 90º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDFDB is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 219 | - |
CMYK | 0.01 | 0 | 0.02 | 0.13 |
HSL | 90º | 0.06% | 0.87% | - |
HSV(B) | 90º | 0.02% | 0.87% | - |
XYZ | 68.99 | 73.26 | 77.52 | - |
YUV | 221.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 219 | 0.01 | 0 | 0.02 | 0.13 | 90 | 0.06 | 0.87 |
Hex | DD | DF | DB | 1 | 0 | 2 | D | 5A | 6 | 57 |
Octal | 335 | 337 | 333 | 1 | 0 | 2 | 15 | 132 | 6 | 127 |
Binary | 11011101 | 11011111 | 11011011 | 1 | 0 | 10 | 1101 | 1011010 | 110 | 1010111 |
Color Harmonies of #DDDFDB
Complementary color
Monochromatic Colors of #DDDFDB
Black with #DDDFDB
Text Example
Text Example
White with #DDDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFDB; }
p { color: rgb(221,223,219); }
H1.HeaderClassName
{
color: #DDDFDB;
}
.AnyTagClassName
{
color: #DDDFDB;
}
</style>
background-color css
<style>
a { background-color: #DDDFDB; }
a { background-color: rgb(221,223,219); }
div.DivClassName
{
background-color: #DDDFDB;
}
.BgClassName
{
background-color: #DDDFDB;
}
</style>
border-color css
<style>
span { border-color: #DDDFDB; }
span { border-color: rgb(221,223,219); }
td.TdClassName
{
border-color: #DDDFDB;
}
.TagClassName
{
border-color: #DDDFDB;
}
</style>