Shades of Catskill White #DEDFDD
Tints of Catskill White #DEDFDD
RGB
CMYK
RGB Variations
Color information
#DEDFDD (or 0xDEDFDD) is known color: Catskill White. HEX triplet: DE, DF and DD. RGB value is (222,223,221). Sum of RGB (Red+Green+Blue) = 222+223+221=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFDD is #212022. Grayscale: #DEDEDE. Windows color (decimal): -2170915 or 14540766. OLE color: 14540766.
HSL color Cylindrical-coordinate representation of color #DEDFDD: hue angle of 90º degrees, saturation: 0.03, 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 #DEDFDD is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 223 | 221 | - |
CMYK | 0.00 | 0 | 0.01 | 0.13 |
HSL | 90º | 0.03% | 0.87% | - |
HSV(B) | 90º | 0.01% | 0.87% | - |
XYZ | 69.56 | 73.53 | 78.93 | - |
YUV | 222.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 221 | 0.00 | 0 | 0.01 | 0.13 | 90 | 0.03 | 0.87 |
Hex | DE | DF | DD | 0 | 0 | 1 | D | 5A | 3 | 57 |
Octal | 336 | 337 | 335 | 0 | 0 | 1 | 15 | 132 | 3 | 127 |
Binary | 11011110 | 11011111 | 11011101 | 0 | 0 | 1 | 1101 | 1011010 | 11 | 1010111 |
Color Harmonies of #DEDFDD
Complementary color
Monochromatic Colors of #DEDFDD
Black with #DEDFDD
Text Example
Text Example
White with #DEDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFDD; }
p { color: rgb(222,223,221); }
H1.HeaderClassName
{
color: #DEDFDD;
}
.AnyTagClassName
{
color: #DEDFDD;
}
</style>
background-color css
<style>
a { background-color: #DEDFDD; }
a { background-color: rgb(222,223,221); }
div.DivClassName
{
background-color: #DEDFDD;
}
.BgClassName
{
background-color: #DEDFDD;
}
</style>
border-color css
<style>
span { border-color: #DEDFDD; }
span { border-color: rgb(222,223,221); }
td.TdClassName
{
border-color: #DEDFDD;
}
.TagClassName
{
border-color: #DEDFDD;
}
</style>