Shades of Prim #DAC7CE
Tints of Prim #DAC7CE
RGB
CMYK
RGB Variations
Color information
#DAC7CE (or 0xDAC7CE) is known color: Prim. HEX triplet: DA, C7 and CE. RGB value is (218,199,206). Sum of RGB (Red+Green+Blue) = 218+199+206=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7CE is #253831. Grayscale: #CDCDCD. Windows color (decimal): -2439218 or 13551578. OLE color: 13551578.
HSL color Cylindrical-coordinate representation of color #DAC7CE: hue angle of 337.89º degrees, saturation: 0.2, 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 #DAC7CE is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 206 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.15 |
| HSL | 337.89º | 0.2% | 0.82% | - |
| HSV(B) | 337.89º | 0.09% | 0.85% | - |
| XYZ | 60.48 | 60.21 | 66.83 | - |
| YUV | 205.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 206 | 0 | 0.09 | 0.06 | 0.15 | 337.89 | 0.2 | 0.82 |
| Hex | DA | C7 | CE | 0 | 9 | 6 | F | 152 | 14 | 52 |
| Octal | 332 | 307 | 316 | 0 | 11 | 6 | 17 | 522 | 24 | 122 |
| Binary | 11011010 | 11000111 | 11001110 | 0 | 1001 | 110 | 1111 | 101010010 | 10100 | 1010010 |
Color Harmonies of #DAC7CE
Complementary color
Monochromatic Colors of #DAC7CE
Black with #DAC7CE
Text Example
Text Example
White with #DAC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7CE; }
p { color: rgb(218,199,206); }
H1.HeaderClassName
{
color: #DAC7CE;
}
.AnyTagClassName
{
color: #DAC7CE;
}
</style>
background-color css
<style>
a { background-color: #DAC7CE; }
a { background-color: rgb(218,199,206); }
div.DivClassName
{
background-color: #DAC7CE;
}
.BgClassName
{
background-color: #DAC7CE;
}
</style>
border-color css
<style>
span { border-color: #DAC7CE; }
span { border-color: rgb(218,199,206); }
td.TdClassName
{
border-color: #DAC7CE;
}
.TagClassName
{
border-color: #DAC7CE;
}
</style>