Shades of Prim #DAC9CE
Tints of Prim #DAC9CE
RGB
CMYK
RGB Variations
Color information
#DAC9CE (or 0xDAC9CE) is known color: Prim. HEX triplet: DA, C9 and CE. RGB value is (218,201,206). Sum of RGB (Red+Green+Blue) = 218+201+206=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9CE is #253631. Grayscale: #CECECE. Windows color (decimal): -2438706 or 13552090. OLE color: 13552090.
HSL color Cylindrical-coordinate representation of color #DAC9CE: hue angle of 342.35º 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 #DAC9CE is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 206 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.15 |
| HSL | 342.35º | 0.19% | 0.82% | - |
| HSV(B) | 342.35º | 0.08% | 0.85% | - |
| XYZ | 60.94 | 61.13 | 66.98 | - |
| YUV | 206.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 206 | 0 | 0.08 | 0.06 | 0.15 | 342.35 | 0.19 | 0.82 |
| Hex | DA | C9 | CE | 0 | 8 | 6 | F | 156 | 13 | 52 |
| Octal | 332 | 311 | 316 | 0 | 10 | 6 | 17 | 526 | 23 | 122 |
| Binary | 11011010 | 11001001 | 11001110 | 0 | 1000 | 110 | 1111 | 101010110 | 10011 | 1010010 |
Color Harmonies of #DAC9CE
Complementary color
Monochromatic Colors of #DAC9CE
Black with #DAC9CE
Text Example
Text Example
White with #DAC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9CE; }
p { color: rgb(218,201,206); }
H1.HeaderClassName
{
color: #DAC9CE;
}
.AnyTagClassName
{
color: #DAC9CE;
}
</style>
background-color css
<style>
a { background-color: #DAC9CE; }
a { background-color: rgb(218,201,206); }
div.DivClassName
{
background-color: #DAC9CE;
}
.BgClassName
{
background-color: #DAC9CE;
}
</style>
border-color css
<style>
span { border-color: #DAC9CE; }
span { border-color: rgb(218,201,206); }
td.TdClassName
{
border-color: #DAC9CE;
}
.TagClassName
{
border-color: #DAC9CE;
}
</style>