Shades of Prim #DAD0D5
Tints of Prim #DAD0D5
RGB
CMYK
RGB Variations
Color information
#DAD0D5 (or 0xDAD0D5) is known color: Prim. HEX triplet: DA, D0 and D5. RGB value is (218,208,213). Sum of RGB (Red+Green+Blue) = 218+208+213=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0D5 is #252F2A. Grayscale: #D3D3D3. Windows color (decimal): -2436907 or 14012634. OLE color: 14012634.
HSL color Cylindrical-coordinate representation of color #DAD0D5: hue angle of 330º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAD0D5 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 213 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.15 |
| HSL | 330º | 0.12% | 0.84% | - |
| HSV(B) | 330º | 0.05% | 0.85% | - |
| XYZ | 63.48 | 64.82 | 72.12 | - |
| YUV | 211.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 213 | 0 | 0.05 | 0.02 | 0.15 | 330 | 0.12 | 0.84 |
| Hex | DA | D0 | D5 | 0 | 5 | 2 | F | 14A | C | 54 |
| Octal | 332 | 320 | 325 | 0 | 5 | 2 | 17 | 512 | 14 | 124 |
| Binary | 11011010 | 11010000 | 11010101 | 0 | 101 | 10 | 1111 | 101001010 | 1100 | 1010100 |
Color Harmonies of #DAD0D5
Complementary color
Monochromatic Colors of #DAD0D5
Black with #DAD0D5
Text Example
Text Example
White with #DAD0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD0D5; }
p { color: rgb(218,208,213); }
H1.HeaderClassName
{
color: #DAD0D5;
}
.AnyTagClassName
{
color: #DAD0D5;
}
</style>
background-color css
<style>
a { background-color: #DAD0D5; }
a { background-color: rgb(218,208,213); }
div.DivClassName
{
background-color: #DAD0D5;
}
.BgClassName
{
background-color: #DAD0D5;
}
</style>
border-color css
<style>
span { border-color: #DAD0D5; }
span { border-color: rgb(218,208,213); }
td.TdClassName
{
border-color: #DAD0D5;
}
.TagClassName
{
border-color: #DAD0D5;
}
</style>