Shades of Swirl #DACBBE
Tints of Swirl #DACBBE
RGB
CMYK
RGB Variations
Color information
#DACBBE (or 0xDACBBE) is known color: Swirl. HEX triplet: DA, CB and BE. RGB value is (218,203,190). Sum of RGB (Red+Green+Blue) = 218+203+190=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBBE is #253441. Grayscale: #CECECE. Windows color (decimal): -2438210 or 12504026. OLE color: 12504026.
HSL color Cylindrical-coordinate representation of color #DACBBE: hue angle of 27.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DACBBE is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 190 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.15 |
| HSL | 27.86º | 0.27% | 0.8% | - |
| HSV(B) | 27.86º | 0.13% | 0.85% | - |
| XYZ | 59.56 | 61.34 | 57.41 | - |
| YUV | 206 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 190 | 0 | 0.07 | 0.13 | 0.15 | 27.86 | 0.27 | 0.8 |
| Hex | DA | CB | BE | 0 | 7 | D | F | 1C | 1B | 50 |
| Octal | 332 | 313 | 276 | 0 | 7 | 15 | 17 | 34 | 33 | 120 |
| Binary | 11011010 | 11001011 | 10111110 | 0 | 111 | 1101 | 1111 | 11100 | 11011 | 1010000 |
Color Harmonies of #DACBBE
Complementary color
Monochromatic Colors of #DACBBE
Black with #DACBBE
Text Example
Text Example
White with #DACBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBBE; }
p { color: rgb(218,203,190); }
H1.HeaderClassName
{
color: #DACBBE;
}
.AnyTagClassName
{
color: #DACBBE;
}
</style>
background-color css
<style>
a { background-color: #DACBBE; }
a { background-color: rgb(218,203,190); }
div.DivClassName
{
background-color: #DACBBE;
}
.BgClassName
{
background-color: #DACBBE;
}
</style>
border-color css
<style>
span { border-color: #DACBBE; }
span { border-color: rgb(218,203,190); }
td.TdClassName
{
border-color: #DACBBE;
}
.TagClassName
{
border-color: #DACBBE;
}
</style>