Shades of Swirl #D3CBC4
Tints of Swirl #D3CBC4
RGB
CMYK
RGB Variations
Color information
#D3CBC4 (or 0xD3CBC4) is known color: Swirl. HEX triplet: D3, CB and C4. RGB value is (211,203,196). Sum of RGB (Red+Green+Blue) = 211+203+196=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBC4 is #2C343B. Grayscale: #CCCCCC. Windows color (decimal): -2896956 or 12897235. OLE color: 12897235.
HSL color Cylindrical-coordinate representation of color #D3CBC4: hue angle of 28º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3CBC4 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 196 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.17 |
| HSL | 28º | 0.15% | 0.8% | - |
| HSV(B) | 28º | 0.07% | 0.83% | - |
| XYZ | 58.18 | 60.55 | 60.84 | - |
| YUV | 204.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 196 | 0 | 0.04 | 0.07 | 0.17 | 28 | 0.15 | 0.8 |
| Hex | D3 | CB | C4 | 0 | 4 | 7 | 11 | 1C | F | 50 |
| Octal | 323 | 313 | 304 | 0 | 4 | 7 | 21 | 34 | 17 | 120 |
| Binary | 11010011 | 11001011 | 11000100 | 0 | 100 | 111 | 10001 | 11100 | 1111 | 1010000 |
Color Harmonies of #D3CBC4
Complementary color
Monochromatic Colors of #D3CBC4
Black with #D3CBC4
Text Example
Text Example
White with #D3CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBC4; }
p { color: rgb(211,203,196); }
H1.HeaderClassName
{
color: #D3CBC4;
}
.AnyTagClassName
{
color: #D3CBC4;
}
</style>
background-color css
<style>
a { background-color: #D3CBC4; }
a { background-color: rgb(211,203,196); }
div.DivClassName
{
background-color: #D3CBC4;
}
.BgClassName
{
background-color: #D3CBC4;
}
</style>
border-color css
<style>
span { border-color: #D3CBC4; }
span { border-color: rgb(211,203,196); }
td.TdClassName
{
border-color: #D3CBC4;
}
.TagClassName
{
border-color: #D3CBC4;
}
</style>