Shades of Prim #DACCCF
Tints of Prim #DACCCF
RGB
CMYK
RGB Variations
Color information
#DACCCF (or 0xDACCCF) is known color: Prim. HEX triplet: DA, CC and CF. RGB value is (218,204,207). Sum of RGB (Red+Green+Blue) = 218+204+207=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCCF is #253330. Grayscale: #D0D0D0. Windows color (decimal): -2437937 or 13618394. OLE color: 13618394.
HSL color Cylindrical-coordinate representation of color #DACCCF: hue angle of 347.14º 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 #DACCCF is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 207 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.15 |
| HSL | 347.14º | 0.16% | 0.83% | - |
| HSV(B) | 347.14º | 0.06% | 0.85% | - |
| XYZ | 61.77 | 62.6 | 67.86 | - |
| YUV | 208.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 207 | 0 | 0.06 | 0.05 | 0.15 | 347.14 | 0.16 | 0.83 |
| Hex | DA | CC | CF | 0 | 6 | 5 | F | 15B | 10 | 53 |
| Octal | 332 | 314 | 317 | 0 | 6 | 5 | 17 | 533 | 20 | 123 |
| Binary | 11011010 | 11001100 | 11001111 | 0 | 110 | 101 | 1111 | 101011011 | 10000 | 1010011 |
Color Harmonies of #DACCCF
Complementary color
Monochromatic Colors of #DACCCF
Black with #DACCCF
Text Example
Text Example
White with #DACCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCCF; }
p { color: rgb(218,204,207); }
H1.HeaderClassName
{
color: #DACCCF;
}
.AnyTagClassName
{
color: #DACCCF;
}
</style>
background-color css
<style>
a { background-color: #DACCCF; }
a { background-color: rgb(218,204,207); }
div.DivClassName
{
background-color: #DACCCF;
}
.BgClassName
{
background-color: #DACCCF;
}
</style>
border-color css
<style>
span { border-color: #DACCCF; }
span { border-color: rgb(218,204,207); }
td.TdClassName
{
border-color: #DACCCF;
}
.TagClassName
{
border-color: #DACCCF;
}
</style>