Shades of Prim #DAC5CB
Tints of Prim #DAC5CB
RGB
CMYK
RGB Variations
Color information
#DAC5CB (or 0xDAC5CB) is known color: Prim. HEX triplet: DA, C5 and CB. RGB value is (218,197,203). Sum of RGB (Red+Green+Blue) = 218+197+203=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5CB is #253A34. Grayscale: #CBCBCB. Windows color (decimal): -2439733 or 13354458. OLE color: 13354458.
HSL color Cylindrical-coordinate representation of color #DAC5CB: hue angle of 342.86º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5CB is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 203 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.15 |
| HSL | 342.86º | 0.22% | 0.81% | - |
| HSV(B) | 342.86º | 0.1% | 0.85% | - |
| XYZ | 59.66 | 59.15 | 64.77 | - |
| YUV | 203.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 203 | 0 | 0.10 | 0.07 | 0.15 | 342.86 | 0.22 | 0.81 |
| Hex | DA | C5 | CB | 0 | A | 7 | F | 157 | 16 | 51 |
| Octal | 332 | 305 | 313 | 0 | 12 | 7 | 17 | 527 | 26 | 121 |
| Binary | 11011010 | 11000101 | 11001011 | 0 | 1010 | 111 | 1111 | 101010111 | 10110 | 1010001 |
Color Harmonies of #DAC5CB
Complementary color
Monochromatic Colors of #DAC5CB
Black with #DAC5CB
Text Example
Text Example
White with #DAC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5CB; }
p { color: rgb(218,197,203); }
H1.HeaderClassName
{
color: #DAC5CB;
}
.AnyTagClassName
{
color: #DAC5CB;
}
</style>
background-color css
<style>
a { background-color: #DAC5CB; }
a { background-color: rgb(218,197,203); }
div.DivClassName
{
background-color: #DAC5CB;
}
.BgClassName
{
background-color: #DAC5CB;
}
</style>
border-color css
<style>
span { border-color: #DAC5CB; }
span { border-color: rgb(218,197,203); }
td.TdClassName
{
border-color: #DAC5CB;
}
.TagClassName
{
border-color: #DAC5CB;
}
</style>