Shades of White Pointer #DDD6C8
Tints of White Pointer #DDD6C8
RGB
CMYK
RGB Variations
Color information
#DDD6C8 (or 0xDDD6C8) is known color: White Pointer. HEX triplet: DD, D6 and C8. RGB value is (221,214,200). Sum of RGB (Red+Green+Blue) = 221+214+200=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6C8 is #222937. Grayscale: #D6D6D6. Windows color (decimal): -2238776 or 13162205. OLE color: 13162205.
HSL color Cylindrical-coordinate representation of color #DDD6C8: hue angle of 40º 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 #DDD6C8 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 214 | 200 | - |
CMYK | 0 | 0.03 | 0.10 | 0.13 |
HSL | 40º | 0.24% | 0.83% | - |
HSV(B) | 40º | 0.1% | 0.87% | - |
XYZ | 64.29 | 67.64 | 64.31 | - |
YUV | 214.5 | 119.82 | 132.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 214 | 200 | 0 | 0.03 | 0.10 | 0.13 | 40 | 0.24 | 0.83 |
Hex | DD | D6 | C8 | 0 | 3 | A | D | 28 | 18 | 53 |
Octal | 335 | 326 | 310 | 0 | 3 | 12 | 15 | 50 | 30 | 123 |
Binary | 11011101 | 11010110 | 11001000 | 0 | 11 | 1010 | 1101 | 101000 | 11000 | 1010011 |
Color Harmonies of #DDD6C8
Complementary color
Monochromatic Colors of #DDD6C8
Black with #DDD6C8
Text Example
Text Example
White with #DDD6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6C8; }
p { color: rgb(221,214,200); }
H1.HeaderClassName
{
color: #DDD6C8;
}
.AnyTagClassName
{
color: #DDD6C8;
}
</style>
background-color css
<style>
a { background-color: #DDD6C8; }
a { background-color: rgb(221,214,200); }
div.DivClassName
{
background-color: #DDD6C8;
}
.BgClassName
{
background-color: #DDD6C8;
}
</style>
border-color css
<style>
span { border-color: #DDD6C8; }
span { border-color: rgb(221,214,200); }
td.TdClassName
{
border-color: #DDD6C8;
}
.TagClassName
{
border-color: #DDD6C8;
}
</style>