Shades of Prim #DACBD0
Tints of Prim #DACBD0
RGB
CMYK
RGB Variations
Color information
#DACBD0 (or 0xDACBD0) is known color: Prim. HEX triplet: DA, CB and D0. RGB value is (218,203,208). Sum of RGB (Red+Green+Blue) = 218+203+208=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBD0 is #25342F. Grayscale: #D0D0D0. Windows color (decimal): -2438192 or 13683674. OLE color: 13683674.
HSL color Cylindrical-coordinate representation of color #DACBD0: hue angle of 340º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACBD0 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 208 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.15 |
| HSL | 340º | 0.17% | 0.83% | - |
| HSV(B) | 340º | 0.07% | 0.85% | - |
| XYZ | 61.65 | 62.17 | 68.43 | - |
| YUV | 208.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 208 | 0 | 0.07 | 0.05 | 0.15 | 340 | 0.17 | 0.83 |
| Hex | DA | CB | D0 | 0 | 7 | 5 | F | 154 | 11 | 53 |
| Octal | 332 | 313 | 320 | 0 | 7 | 5 | 17 | 524 | 21 | 123 |
| Binary | 11011010 | 11001011 | 11010000 | 0 | 111 | 101 | 1111 | 101010100 | 10001 | 1010011 |
Color Harmonies of #DACBD0
Complementary color
Monochromatic Colors of #DACBD0
Black with #DACBD0
Text Example
Text Example
White with #DACBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBD0; }
p { color: rgb(218,203,208); }
H1.HeaderClassName
{
color: #DACBD0;
}
.AnyTagClassName
{
color: #DACBD0;
}
</style>
background-color css
<style>
a { background-color: #DACBD0; }
a { background-color: rgb(218,203,208); }
div.DivClassName
{
background-color: #DACBD0;
}
.BgClassName
{
background-color: #DACBD0;
}
</style>
border-color css
<style>
span { border-color: #DACBD0; }
span { border-color: rgb(218,203,208); }
td.TdClassName
{
border-color: #DACBD0;
}
.TagClassName
{
border-color: #DACBD0;
}
</style>