Shades of Prim #DACCD0
Tints of Prim #DACCD0
RGB
CMYK
RGB Variations
Color information
#DACCD0 (or 0xDACCD0) is known color: Prim. HEX triplet: DA, CC and D0. RGB value is (218,204,208). Sum of RGB (Red+Green+Blue) = 218+204+208=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCD0 is #25332F. Grayscale: #D0D0D0. Windows color (decimal): -2437936 or 13683930. OLE color: 13683930.
HSL color Cylindrical-coordinate representation of color #DACCD0: hue angle of 342.86º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACCD0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 208 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.15 |
| HSL | 342.86º | 0.16% | 0.83% | - |
| HSV(B) | 342.86º | 0.06% | 0.85% | - |
| XYZ | 61.89 | 62.65 | 68.5 | - |
| YUV | 208.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 208 | 0 | 0.06 | 0.05 | 0.15 | 342.86 | 0.16 | 0.83 |
| Hex | DA | CC | D0 | 0 | 6 | 5 | F | 157 | 10 | 53 |
| Octal | 332 | 314 | 320 | 0 | 6 | 5 | 17 | 527 | 20 | 123 |
| Binary | 11011010 | 11001100 | 11010000 | 0 | 110 | 101 | 1111 | 101010111 | 10000 | 1010011 |
Color Harmonies of #DACCD0
Complementary color
Monochromatic Colors of #DACCD0
Black with #DACCD0
Text Example
Text Example
White with #DACCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCD0; }
p { color: rgb(218,204,208); }
H1.HeaderClassName
{
color: #DACCD0;
}
.AnyTagClassName
{
color: #DACCD0;
}
</style>
background-color css
<style>
a { background-color: #DACCD0; }
a { background-color: rgb(218,204,208); }
div.DivClassName
{
background-color: #DACCD0;
}
.BgClassName
{
background-color: #DACCD0;
}
</style>
border-color css
<style>
span { border-color: #DACCD0; }
span { border-color: rgb(218,204,208); }
td.TdClassName
{
border-color: #DACCD0;
}
.TagClassName
{
border-color: #DACCD0;
}
</style>