Shades of Swirl #D6CBC3
Tints of Swirl #D6CBC3
RGB
CMYK
RGB Variations
Color information
#D6CBC3 (or 0xD6CBC3) is known color: Swirl. HEX triplet: D6, CB and C3. RGB value is (214,203,195). Sum of RGB (Red+Green+Blue) = 214+203+195=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBC3 is #29343C. Grayscale: #CDCDCD. Windows color (decimal): -2700349 or 12831702. OLE color: 12831702.
HSL color Cylindrical-coordinate representation of color #D6CBC3: hue angle of 25.26º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6CBC3 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 195 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.16 |
| HSL | 25.26º | 0.19% | 0.8% | - |
| HSV(B) | 25.26º | 0.09% | 0.84% | - |
| XYZ | 58.94 | 60.95 | 60.29 | - |
| YUV | 205.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 195 | 0 | 0.05 | 0.09 | 0.16 | 25.26 | 0.19 | 0.8 |
| Hex | D6 | CB | C3 | 0 | 5 | 9 | 10 | 19 | 13 | 50 |
| Octal | 326 | 313 | 303 | 0 | 5 | 11 | 20 | 31 | 23 | 120 |
| Binary | 11010110 | 11001011 | 11000011 | 0 | 101 | 1001 | 10000 | 11001 | 10011 | 1010000 |
Color Harmonies of #D6CBC3
Complementary color
Monochromatic Colors of #D6CBC3
Black with #D6CBC3
Text Example
Text Example
White with #D6CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBC3; }
p { color: rgb(214,203,195); }
H1.HeaderClassName
{
color: #D6CBC3;
}
.AnyTagClassName
{
color: #D6CBC3;
}
</style>
background-color css
<style>
a { background-color: #D6CBC3; }
a { background-color: rgb(214,203,195); }
div.DivClassName
{
background-color: #D6CBC3;
}
.BgClassName
{
background-color: #D6CBC3;
}
</style>
border-color css
<style>
span { border-color: #D6CBC3; }
span { border-color: rgb(214,203,195); }
td.TdClassName
{
border-color: #D6CBC3;
}
.TagClassName
{
border-color: #D6CBC3;
}
</style>