Shades of Swirl #DACABF
Tints of Swirl #DACABF
RGB
CMYK
RGB Variations
Color information
#DACABF (or 0xDACABF) is known color: Swirl. HEX triplet: DA, CA and BF. RGB value is (218,202,191). Sum of RGB (Red+Green+Blue) = 218+202+191=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DACABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACABF is #253540. Grayscale: #CDCDCD. Windows color (decimal): -2438465 or 12569306. OLE color: 12569306.
HSL color Cylindrical-coordinate representation of color #DACABF: hue angle of 24.44º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DACABF is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 191 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.15 |
| HSL | 24.44º | 0.27% | 0.8% | - |
| HSV(B) | 24.44º | 0.12% | 0.85% | - |
| XYZ | 59.44 | 60.91 | 57.91 | - |
| YUV | 205.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 191 | 0 | 0.07 | 0.12 | 0.15 | 24.44 | 0.27 | 0.8 |
| Hex | DA | CA | BF | 0 | 7 | C | F | 18 | 1B | 50 |
| Octal | 332 | 312 | 277 | 0 | 7 | 14 | 17 | 30 | 33 | 120 |
| Binary | 11011010 | 11001010 | 10111111 | 0 | 111 | 1100 | 1111 | 11000 | 11011 | 1010000 |
Color Harmonies of #DACABF
Complementary color
Monochromatic Colors of #DACABF
Black with #DACABF
Text Example
Text Example
White with #DACABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACABF; }
p { color: rgb(218,202,191); }
H1.HeaderClassName
{
color: #DACABF;
}
.AnyTagClassName
{
color: #DACABF;
}
</style>
background-color css
<style>
a { background-color: #DACABF; }
a { background-color: rgb(218,202,191); }
div.DivClassName
{
background-color: #DACABF;
}
.BgClassName
{
background-color: #DACABF;
}
</style>
border-color css
<style>
span { border-color: #DACABF; }
span { border-color: rgb(218,202,191); }
td.TdClassName
{
border-color: #DACABF;
}
.TagClassName
{
border-color: #DACABF;
}
</style>