Shades of Swirl #DACBBC
Tints of Swirl #DACBBC
RGB
CMYK
RGB Variations
Color information
#DACBBC (or 0xDACBBC) is known color: Swirl. HEX triplet: DA, CB and BC. RGB value is (218,203,188). Sum of RGB (Red+Green+Blue) = 218+203+188=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBBC is #253443. Grayscale: #CDCDCD. Windows color (decimal): -2438212 or 12372954. OLE color: 12372954.
HSL color Cylindrical-coordinate representation of color #DACBBC: hue angle of 30º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DACBBC is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 188 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.15 |
| HSL | 30º | 0.29% | 0.8% | - |
| HSV(B) | 30º | 0.14% | 0.85% | - |
| XYZ | 59.35 | 61.25 | 56.27 | - |
| YUV | 205.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 188 | 0 | 0.07 | 0.14 | 0.15 | 30 | 0.29 | 0.8 |
| Hex | DA | CB | BC | 0 | 7 | E | F | 1E | 1D | 50 |
| Octal | 332 | 313 | 274 | 0 | 7 | 16 | 17 | 36 | 35 | 120 |
| Binary | 11011010 | 11001011 | 10111100 | 0 | 111 | 1110 | 1111 | 11110 | 11101 | 1010000 |
Color Harmonies of #DACBBC
Complementary color
Monochromatic Colors of #DACBBC
Black with #DACBBC
Text Example
Text Example
White with #DACBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBBC; }
p { color: rgb(218,203,188); }
H1.HeaderClassName
{
color: #DACBBC;
}
.AnyTagClassName
{
color: #DACBBC;
}
</style>
background-color css
<style>
a { background-color: #DACBBC; }
a { background-color: rgb(218,203,188); }
div.DivClassName
{
background-color: #DACBBC;
}
.BgClassName
{
background-color: #DACBBC;
}
</style>
border-color css
<style>
span { border-color: #DACBBC; }
span { border-color: rgb(218,203,188); }
td.TdClassName
{
border-color: #DACBBC;
}
.TagClassName
{
border-color: #DACBBC;
}
</style>