Shades of Swirl #DACBBB
Tints of Swirl #DACBBB
RGB
CMYK
RGB Variations
Color information
#DACBBB (or 0xDACBBB) is known color: Swirl. HEX triplet: DA, CB and BB. RGB value is (218,203,187). Sum of RGB (Red+Green+Blue) = 218+203+187=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBBB is #253444. Grayscale: #CDCDCD. Windows color (decimal): -2438213 or 12307418. OLE color: 12307418.
HSL color Cylindrical-coordinate representation of color #DACBBB: hue angle of 30.97º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DACBBB is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 187 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.15 |
| HSL | 30.97º | 0.3% | 0.79% | - |
| HSV(B) | 30.97º | 0.14% | 0.85% | - |
| XYZ | 59.24 | 61.21 | 55.71 | - |
| YUV | 205.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 187 | 0 | 0.07 | 0.14 | 0.15 | 30.97 | 0.3 | 0.79 |
| Hex | DA | CB | BB | 0 | 7 | E | F | 1F | 1E | 4F |
| Octal | 332 | 313 | 273 | 0 | 7 | 16 | 17 | 37 | 36 | 117 |
| Binary | 11011010 | 11001011 | 10111011 | 0 | 111 | 1110 | 1111 | 11111 | 11110 | 1001111 |
Color Harmonies of #DACBBB
Complementary color
Monochromatic Colors of #DACBBB
Black with #DACBBB
Text Example
Text Example
White with #DACBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBBB; }
p { color: rgb(218,203,187); }
H1.HeaderClassName
{
color: #DACBBB;
}
.AnyTagClassName
{
color: #DACBBB;
}
</style>
background-color css
<style>
a { background-color: #DACBBB; }
a { background-color: rgb(218,203,187); }
div.DivClassName
{
background-color: #DACBBB;
}
.BgClassName
{
background-color: #DACBBB;
}
</style>
border-color css
<style>
span { border-color: #DACBBB; }
span { border-color: rgb(218,203,187); }
td.TdClassName
{
border-color: #DACBBB;
}
.TagClassName
{
border-color: #DACBBB;
}
</style>