Shades of Prim #DAC6CC
Tints of Prim #DAC6CC
RGB
CMYK
RGB Variations
Color information
#DAC6CC (or 0xDAC6CC) is known color: Prim. HEX triplet: DA, C6 and CC. RGB value is (218,198,204). Sum of RGB (Red+Green+Blue) = 218+198+204=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6CC is #253933. Grayscale: #CCCCCC. Windows color (decimal): -2439476 or 13420250. OLE color: 13420250.
HSL color Cylindrical-coordinate representation of color #DAC6CC: hue angle of 342º 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 #DAC6CC is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 204 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.15 |
| HSL | 342º | 0.21% | 0.82% | - |
| HSV(B) | 342º | 0.09% | 0.85% | - |
| XYZ | 60.01 | 59.65 | 65.48 | - |
| YUV | 204.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 204 | 0 | 0.09 | 0.06 | 0.15 | 342 | 0.21 | 0.82 |
| Hex | DA | C6 | CC | 0 | 9 | 6 | F | 156 | 15 | 52 |
| Octal | 332 | 306 | 314 | 0 | 11 | 6 | 17 | 526 | 25 | 122 |
| Binary | 11011010 | 11000110 | 11001100 | 0 | 1001 | 110 | 1111 | 101010110 | 10101 | 1010010 |
Color Harmonies of #DAC6CC
Complementary color
Monochromatic Colors of #DAC6CC
Black with #DAC6CC
Text Example
Text Example
White with #DAC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6CC; }
p { color: rgb(218,198,204); }
H1.HeaderClassName
{
color: #DAC6CC;
}
.AnyTagClassName
{
color: #DAC6CC;
}
</style>
background-color css
<style>
a { background-color: #DAC6CC; }
a { background-color: rgb(218,198,204); }
div.DivClassName
{
background-color: #DAC6CC;
}
.BgClassName
{
background-color: #DAC6CC;
}
</style>
border-color css
<style>
span { border-color: #DAC6CC; }
span { border-color: rgb(218,198,204); }
td.TdClassName
{
border-color: #DAC6CC;
}
.TagClassName
{
border-color: #DAC6CC;
}
</style>