Shades of White Pointer #DAD5CA
Tints of White Pointer #DAD5CA
RGB
CMYK
RGB Variations
Color information
#DAD5CA (or 0xDAD5CA) is known color: White Pointer. HEX triplet: DA, D5 and CA. RGB value is (218,213,202). Sum of RGB (Red+Green+Blue) = 218+213+202=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5CA is #252A35. Grayscale: #D5D5D5. Windows color (decimal): -2435638 or 13293018. OLE color: 13293018.
HSL color Cylindrical-coordinate representation of color #DAD5CA: hue angle of 41.25º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAD5CA is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 202 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.15 |
| HSL | 41.25º | 0.18% | 0.82% | - |
| HSV(B) | 41.25º | 0.07% | 0.85% | - |
| XYZ | 63.37 | 66.76 | 65.42 | - |
| YUV | 213.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 202 | 0 | 0.02 | 0.07 | 0.15 | 41.25 | 0.18 | 0.82 |
| Hex | DA | D5 | CA | 0 | 2 | 7 | F | 29 | 12 | 52 |
| Octal | 332 | 325 | 312 | 0 | 2 | 7 | 17 | 51 | 22 | 122 |
| Binary | 11011010 | 11010101 | 11001010 | 0 | 10 | 111 | 1111 | 101001 | 10010 | 1010010 |
Color Harmonies of #DAD5CA
Complementary color
Monochromatic Colors of #DAD5CA
Black with #DAD5CA
Text Example
Text Example
White with #DAD5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD5CA; }
p { color: rgb(218,213,202); }
H1.HeaderClassName
{
color: #DAD5CA;
}
.AnyTagClassName
{
color: #DAD5CA;
}
</style>
background-color css
<style>
a { background-color: #DAD5CA; }
a { background-color: rgb(218,213,202); }
div.DivClassName
{
background-color: #DAD5CA;
}
.BgClassName
{
background-color: #DAD5CA;
}
</style>
border-color css
<style>
span { border-color: #DAD5CA; }
span { border-color: rgb(218,213,202); }
td.TdClassName
{
border-color: #DAD5CA;
}
.TagClassName
{
border-color: #DAD5CA;
}
</style>