Shades of Swirl #D7CBC3
Tints of Swirl #D7CBC3
RGB
CMYK
RGB Variations
Color information
#D7CBC3 (or 0xD7CBC3) is known color: Swirl. HEX triplet: D7, CB and C3. RGB value is (215,203,195). Sum of RGB (Red+Green+Blue) = 215+203+195=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBC3 is #28343C. Grayscale: #CDCDCD. Windows color (decimal): -2634813 or 12831703. OLE color: 12831703.
HSL color Cylindrical-coordinate representation of color #D7CBC3: hue angle of 24º degrees, saturation: 0.2, 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 #D7CBC3 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 195 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.16 |
| HSL | 24º | 0.2% | 0.8% | - |
| HSV(B) | 24º | 0.09% | 0.84% | - |
| XYZ | 59.23 | 61.1 | 60.3 | - |
| YUV | 205.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 195 | 0 | 0.06 | 0.09 | 0.16 | 24 | 0.2 | 0.8 |
| Hex | D7 | CB | C3 | 0 | 6 | 9 | 10 | 18 | 14 | 50 |
| Octal | 327 | 313 | 303 | 0 | 6 | 11 | 20 | 30 | 24 | 120 |
| Binary | 11010111 | 11001011 | 11000011 | 0 | 110 | 1001 | 10000 | 11000 | 10100 | 1010000 |
Color Harmonies of #D7CBC3
Complementary color
Monochromatic Colors of #D7CBC3
Black with #D7CBC3
Text Example
Text Example
White with #D7CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CBC3; }
p { color: rgb(215,203,195); }
H1.HeaderClassName
{
color: #D7CBC3;
}
.AnyTagClassName
{
color: #D7CBC3;
}
</style>
background-color css
<style>
a { background-color: #D7CBC3; }
a { background-color: rgb(215,203,195); }
div.DivClassName
{
background-color: #D7CBC3;
}
.BgClassName
{
background-color: #D7CBC3;
}
</style>
border-color css
<style>
span { border-color: #D7CBC3; }
span { border-color: rgb(215,203,195); }
td.TdClassName
{
border-color: #D7CBC3;
}
.TagClassName
{
border-color: #D7CBC3;
}
</style>