Shades of Prim #DAC6CD
Tints of Prim #DAC6CD
RGB
CMYK
RGB Variations
Color information
#DAC6CD (or 0xDAC6CD) is known color: Prim. HEX triplet: DA, C6 and CD. RGB value is (218,198,205). Sum of RGB (Red+Green+Blue) = 218+198+205=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6CD is #253932. Grayscale: #CCCCCC. Windows color (decimal): -2439475 or 13485786. OLE color: 13485786.
HSL color Cylindrical-coordinate representation of color #DAC6CD: hue angle of 339º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC6CD is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 205 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.15 |
| HSL | 339º | 0.21% | 0.82% | - |
| HSV(B) | 339º | 0.09% | 0.85% | - |
| XYZ | 60.13 | 59.7 | 66.11 | - |
| YUV | 204.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 205 | 0 | 0.09 | 0.06 | 0.15 | 339 | 0.21 | 0.82 |
| Hex | DA | C6 | CD | 0 | 9 | 6 | F | 153 | 15 | 52 |
| Octal | 332 | 306 | 315 | 0 | 11 | 6 | 17 | 523 | 25 | 122 |
| Binary | 11011010 | 11000110 | 11001101 | 0 | 1001 | 110 | 1111 | 101010011 | 10101 | 1010010 |
Color Harmonies of #DAC6CD
Complementary color
Monochromatic Colors of #DAC6CD
Black with #DAC6CD
Text Example
Text Example
White with #DAC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6CD; }
p { color: rgb(218,198,205); }
H1.HeaderClassName
{
color: #DAC6CD;
}
.AnyTagClassName
{
color: #DAC6CD;
}
</style>
background-color css
<style>
a { background-color: #DAC6CD; }
a { background-color: rgb(218,198,205); }
div.DivClassName
{
background-color: #DAC6CD;
}
.BgClassName
{
background-color: #DAC6CD;
}
</style>
border-color css
<style>
span { border-color: #DAC6CD; }
span { border-color: rgb(218,198,205); }
td.TdClassName
{
border-color: #DAC6CD;
}
.TagClassName
{
border-color: #DAC6CD;
}
</style>