Shades of White Pointer #DDD7C8
Tints of White Pointer #DDD7C8
RGB
CMYK
RGB Variations
Color information
#DDD7C8 (or 0xDDD7C8) is known color: White Pointer. HEX triplet: DD, D7 and C8. RGB value is (221,215,200). Sum of RGB (Red+Green+Blue) = 221+215+200=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7C8 is #222837. Grayscale: #D7D7D7. Windows color (decimal): -2238520 or 13162461. OLE color: 13162461.
HSL color Cylindrical-coordinate representation of color #DDD7C8: hue angle of 42.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD7C8 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 200 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.13 |
| HSL | 42.86º | 0.24% | 0.83% | - |
| HSV(B) | 42.86º | 0.1% | 0.87% | - |
| XYZ | 64.54 | 68.14 | 64.39 | - |
| YUV | 215.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 200 | 0 | 0.03 | 0.10 | 0.13 | 42.86 | 0.24 | 0.83 |
| Hex | DD | D7 | C8 | 0 | 3 | A | D | 2B | 18 | 53 |
| Octal | 335 | 327 | 310 | 0 | 3 | 12 | 15 | 53 | 30 | 123 |
| Binary | 11011101 | 11010111 | 11001000 | 0 | 11 | 1010 | 1101 | 101011 | 11000 | 1010011 |
Color Harmonies of #DDD7C8
Complementary color
Monochromatic Colors of #DDD7C8
Black with #DDD7C8
Text Example
Text Example
White with #DDD7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7C8; }
p { color: rgb(221,215,200); }
H1.HeaderClassName
{
color: #DDD7C8;
}
.AnyTagClassName
{
color: #DDD7C8;
}
</style>
background-color css
<style>
a { background-color: #DDD7C8; }
a { background-color: rgb(221,215,200); }
div.DivClassName
{
background-color: #DDD7C8;
}
.BgClassName
{
background-color: #DDD7C8;
}
</style>
border-color css
<style>
span { border-color: #DDD7C8; }
span { border-color: rgb(221,215,200); }
td.TdClassName
{
border-color: #DDD7C8;
}
.TagClassName
{
border-color: #DDD7C8;
}
</style>