Shades of White Pointer #DDD7C6
Tints of White Pointer #DDD7C6
RGB
CMYK
RGB Variations
Color information
#DDD7C6 (or 0xDDD7C6) is known color: White Pointer. HEX triplet: DD, D7 and C6. RGB value is (221,215,198). Sum of RGB (Red+Green+Blue) = 221+215+198=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7C6 is #222839. Grayscale: #D6D6D6. Windows color (decimal): -2238522 or 13031389. OLE color: 13031389.
HSL color Cylindrical-coordinate representation of color #DDD7C6: hue angle of 44.35º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD7C6 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 198 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.13 |
| HSL | 44.35º | 0.25% | 0.82% | - |
| HSV(B) | 44.35º | 0.1% | 0.87% | - |
| XYZ | 64.31 | 68.05 | 63.17 | - |
| YUV | 214.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 198 | 0 | 0.03 | 0.10 | 0.13 | 44.35 | 0.25 | 0.82 |
| Hex | DD | D7 | C6 | 0 | 3 | A | D | 2C | 19 | 52 |
| Octal | 335 | 327 | 306 | 0 | 3 | 12 | 15 | 54 | 31 | 122 |
| Binary | 11011101 | 11010111 | 11000110 | 0 | 11 | 1010 | 1101 | 101100 | 11001 | 1010010 |
Color Harmonies of #DDD7C6
Complementary color
Monochromatic Colors of #DDD7C6
Black with #DDD7C6
Text Example
Text Example
White with #DDD7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7C6; }
p { color: rgb(221,215,198); }
H1.HeaderClassName
{
color: #DDD7C6;
}
.AnyTagClassName
{
color: #DDD7C6;
}
</style>
background-color css
<style>
a { background-color: #DDD7C6; }
a { background-color: rgb(221,215,198); }
div.DivClassName
{
background-color: #DDD7C6;
}
.BgClassName
{
background-color: #DDD7C6;
}
</style>
border-color css
<style>
span { border-color: #DDD7C6; }
span { border-color: rgb(221,215,198); }
td.TdClassName
{
border-color: #DDD7C6;
}
.TagClassName
{
border-color: #DDD7C6;
}
</style>