Shades of White Pointer #DDD8CA
Tints of White Pointer #DDD8CA
RGB
CMYK
RGB Variations
Color information
#DDD8CA (or 0xDDD8CA) is known color: White Pointer. HEX triplet: DD, D8 and CA. RGB value is (221,216,202). Sum of RGB (Red+Green+Blue) = 221+216+202=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8CA is #222735. Grayscale: #D7D7D7. Windows color (decimal): -2238262 or 13293789. OLE color: 13293789.
HSL color Cylindrical-coordinate representation of color #DDD8CA: hue angle of 44.21º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD8CA is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 202 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.13 |
| HSL | 44.21º | 0.22% | 0.83% | - |
| HSV(B) | 44.21º | 0.09% | 0.87% | - |
| XYZ | 65.04 | 68.75 | 65.72 | - |
| YUV | 215.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 202 | 0 | 0.02 | 0.09 | 0.13 | 44.21 | 0.22 | 0.83 |
| Hex | DD | D8 | CA | 0 | 2 | 9 | D | 2C | 16 | 53 |
| Octal | 335 | 330 | 312 | 0 | 2 | 11 | 15 | 54 | 26 | 123 |
| Binary | 11011101 | 11011000 | 11001010 | 0 | 10 | 1001 | 1101 | 101100 | 10110 | 1010011 |
Color Harmonies of #DDD8CA
Complementary color
Monochromatic Colors of #DDD8CA
Black with #DDD8CA
Text Example
Text Example
White with #DDD8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8CA; }
p { color: rgb(221,216,202); }
H1.HeaderClassName
{
color: #DDD8CA;
}
.AnyTagClassName
{
color: #DDD8CA;
}
</style>
background-color css
<style>
a { background-color: #DDD8CA; }
a { background-color: rgb(221,216,202); }
div.DivClassName
{
background-color: #DDD8CA;
}
.BgClassName
{
background-color: #DDD8CA;
}
</style>
border-color css
<style>
span { border-color: #DDD8CA; }
span { border-color: rgb(221,216,202); }
td.TdClassName
{
border-color: #DDD8CA;
}
.TagClassName
{
border-color: #DDD8CA;
}
</style>