Shades of Swirl #D1CBC4
Tints of Swirl #D1CBC4
RGB
CMYK
RGB Variations
Color information
#D1CBC4 (or 0xD1CBC4) is known color: Swirl. HEX triplet: D1, CB and C4. RGB value is (209,203,196). Sum of RGB (Red+Green+Blue) = 209+203+196=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBC4 is #2E343B. Grayscale: #CCCCCC. Windows color (decimal): -3028028 or 12897233. OLE color: 12897233.
HSL color Cylindrical-coordinate representation of color #D1CBC4: hue angle of 32.31º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1CBC4 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 196 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.18 |
| HSL | 32.31º | 0.12% | 0.79% | - |
| HSV(B) | 32.31º | 0.06% | 0.82% | - |
| XYZ | 57.61 | 60.25 | 60.82 | - |
| YUV | 204 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 196 | 0 | 0.03 | 0.06 | 0.18 | 32.31 | 0.12 | 0.79 |
| Hex | D1 | CB | C4 | 0 | 3 | 6 | 12 | 20 | C | 4F |
| Octal | 321 | 313 | 304 | 0 | 3 | 6 | 22 | 40 | 14 | 117 |
| Binary | 11010001 | 11001011 | 11000100 | 0 | 11 | 110 | 10010 | 100000 | 1100 | 1001111 |
Color Harmonies of #D1CBC4
Complementary color
Monochromatic Colors of #D1CBC4
Black with #D1CBC4
Text Example
Text Example
White with #D1CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBC4; }
p { color: rgb(209,203,196); }
H1.HeaderClassName
{
color: #D1CBC4;
}
.AnyTagClassName
{
color: #D1CBC4;
}
</style>
background-color css
<style>
a { background-color: #D1CBC4; }
a { background-color: rgb(209,203,196); }
div.DivClassName
{
background-color: #D1CBC4;
}
.BgClassName
{
background-color: #D1CBC4;
}
</style>
border-color css
<style>
span { border-color: #D1CBC4; }
span { border-color: rgb(209,203,196); }
td.TdClassName
{
border-color: #D1CBC4;
}
.TagClassName
{
border-color: #D1CBC4;
}
</style>