Shades of White Pointer #DAD4C9
Tints of White Pointer #DAD4C9
RGB
CMYK
RGB Variations
Color information
#DAD4C9 (or 0xDAD4C9) is known color: White Pointer. HEX triplet: DA, D4 and C9. RGB value is (218,212,201). Sum of RGB (Red+Green+Blue) = 218+212+201=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4C9 is #252B36. Grayscale: #D4D4D4. Windows color (decimal): -2435895 or 13227226. OLE color: 13227226.
HSL color Cylindrical-coordinate representation of color #DAD4C9: hue angle of 38.82º 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 #DAD4C9 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 212 | 201 | - |
CMYK | 0 | 0.03 | 0.08 | 0.15 |
HSL | 38.82º | 0.19% | 0.82% | - |
HSV(B) | 38.82º | 0.08% | 0.85% | - |
XYZ | 63 | 66.21 | 64.72 | - |
YUV | 212.54 | 121.49 | 131.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 201 | 0 | 0.03 | 0.08 | 0.15 | 38.82 | 0.19 | 0.82 |
Hex | DA | D4 | C9 | 0 | 3 | 8 | F | 27 | 13 | 52 |
Octal | 332 | 324 | 311 | 0 | 3 | 10 | 17 | 47 | 23 | 122 |
Binary | 11011010 | 11010100 | 11001001 | 0 | 11 | 1000 | 1111 | 100111 | 10011 | 1010010 |
Color Harmonies of #DAD4C9
Complementary color
Monochromatic Colors of #DAD4C9
Black with #DAD4C9
Text Example
Text Example
White with #DAD4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4C9; }
p { color: rgb(218,212,201); }
H1.HeaderClassName
{
color: #DAD4C9;
}
.AnyTagClassName
{
color: #DAD4C9;
}
</style>
background-color css
<style>
a { background-color: #DAD4C9; }
a { background-color: rgb(218,212,201); }
div.DivClassName
{
background-color: #DAD4C9;
}
.BgClassName
{
background-color: #DAD4C9;
}
</style>
border-color css
<style>
span { border-color: #DAD4C9; }
span { border-color: rgb(218,212,201); }
td.TdClassName
{
border-color: #DAD4C9;
}
.TagClassName
{
border-color: #DAD4C9;
}
</style>