Shades of White Pointer #DAD6C9
Tints of White Pointer #DAD6C9
RGB
CMYK
RGB Variations
Color information
#DAD6C9 (or 0xDAD6C9) is known color: White Pointer. HEX triplet: DA, D6 and C9. RGB value is (218,214,201). Sum of RGB (Red+Green+Blue) = 218+214+201=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6C9 is #252936. Grayscale: #D5D5D5. Windows color (decimal): -2435383 or 13227738. OLE color: 13227738.
HSL color Cylindrical-coordinate representation of color #DAD6C9: hue angle of 45.88º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAD6C9 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 214 | 201 | - |
CMYK | 0 | 0.02 | 0.08 | 0.15 |
HSL | 45.88º | 0.19% | 0.82% | - |
HSV(B) | 45.88º | 0.08% | 0.85% | - |
XYZ | 63.5 | 67.22 | 64.89 | - |
YUV | 213.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 214 | 201 | 0 | 0.02 | 0.08 | 0.15 | 45.88 | 0.19 | 0.82 |
Hex | DA | D6 | C9 | 0 | 2 | 8 | F | 2E | 13 | 52 |
Octal | 332 | 326 | 311 | 0 | 2 | 10 | 17 | 56 | 23 | 122 |
Binary | 11011010 | 11010110 | 11001001 | 0 | 10 | 1000 | 1111 | 101110 | 10011 | 1010010 |
Color Harmonies of #DAD6C9
Complementary color
Monochromatic Colors of #DAD6C9
Black with #DAD6C9
Text Example
Text Example
White with #DAD6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6C9; }
p { color: rgb(218,214,201); }
H1.HeaderClassName
{
color: #DAD6C9;
}
.AnyTagClassName
{
color: #DAD6C9;
}
</style>
background-color css
<style>
a { background-color: #DAD6C9; }
a { background-color: rgb(218,214,201); }
div.DivClassName
{
background-color: #DAD6C9;
}
.BgClassName
{
background-color: #DAD6C9;
}
</style>
border-color css
<style>
span { border-color: #DAD6C9; }
span { border-color: rgb(218,214,201); }
td.TdClassName
{
border-color: #DAD6C9;
}
.TagClassName
{
border-color: #DAD6C9;
}
</style>