Shades of Swirl #D6CBBF
Tints of Swirl #D6CBBF
RGB
CMYK
RGB Variations
Color information
#D6CBBF (or 0xD6CBBF) is known color: Swirl. HEX triplet: D6, CB and BF. RGB value is (214,203,191). Sum of RGB (Red+Green+Blue) = 214+203+191=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBBF is #293440. Grayscale: #CCCCCC. Windows color (decimal): -2700353 or 12569558. OLE color: 12569558.
HSL color Cylindrical-coordinate representation of color #D6CBBF: hue angle of 31.3º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6CBBF is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 191 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.16 |
| HSL | 31.3º | 0.22% | 0.79% | - |
| HSV(B) | 31.3º | 0.11% | 0.84% | - |
| XYZ | 58.49 | 60.77 | 57.94 | - |
| YUV | 204.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 191 | 0 | 0.05 | 0.11 | 0.16 | 31.3 | 0.22 | 0.79 |
| Hex | D6 | CB | BF | 0 | 5 | B | 10 | 1F | 16 | 4F |
| Octal | 326 | 313 | 277 | 0 | 5 | 13 | 20 | 37 | 26 | 117 |
| Binary | 11010110 | 11001011 | 10111111 | 0 | 101 | 1011 | 10000 | 11111 | 10110 | 1001111 |
Color Harmonies of #D6CBBF
Complementary color
Monochromatic Colors of #D6CBBF
Black with #D6CBBF
Text Example
Text Example
White with #D6CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBBF; }
p { color: rgb(214,203,191); }
H1.HeaderClassName
{
color: #D6CBBF;
}
.AnyTagClassName
{
color: #D6CBBF;
}
</style>
background-color css
<style>
a { background-color: #D6CBBF; }
a { background-color: rgb(214,203,191); }
div.DivClassName
{
background-color: #D6CBBF;
}
.BgClassName
{
background-color: #D6CBBF;
}
</style>
border-color css
<style>
span { border-color: #D6CBBF; }
span { border-color: rgb(214,203,191); }
td.TdClassName
{
border-color: #D6CBBF;
}
.TagClassName
{
border-color: #D6CBBF;
}
</style>