Shades of Swirl #D5CBC4
Tints of Swirl #D5CBC4
RGB
CMYK
RGB Variations
Color information
#D5CBC4 (or 0xD5CBC4) is known color: Swirl. HEX triplet: D5, CB and C4. RGB value is (213,203,196). Sum of RGB (Red+Green+Blue) = 213+203+196=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBC4 is #2A343B. Grayscale: #CDCDCD. Windows color (decimal): -2765884 or 12897237. OLE color: 12897237.
HSL color Cylindrical-coordinate representation of color #D5CBC4: hue angle of 24.71º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5CBC4 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 196 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.16 |
| HSL | 24.71º | 0.17% | 0.8% | - |
| HSV(B) | 24.71º | 0.08% | 0.84% | - |
| XYZ | 58.76 | 60.84 | 60.87 | - |
| YUV | 205.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 196 | 0 | 0.05 | 0.08 | 0.16 | 24.71 | 0.17 | 0.8 |
| Hex | D5 | CB | C4 | 0 | 5 | 8 | 10 | 19 | 11 | 50 |
| Octal | 325 | 313 | 304 | 0 | 5 | 10 | 20 | 31 | 21 | 120 |
| Binary | 11010101 | 11001011 | 11000100 | 0 | 101 | 1000 | 10000 | 11001 | 10001 | 1010000 |
Color Harmonies of #D5CBC4
Complementary color
Monochromatic Colors of #D5CBC4
Black with #D5CBC4
Text Example
Text Example
White with #D5CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBC4; }
p { color: rgb(213,203,196); }
H1.HeaderClassName
{
color: #D5CBC4;
}
.AnyTagClassName
{
color: #D5CBC4;
}
</style>
background-color css
<style>
a { background-color: #D5CBC4; }
a { background-color: rgb(213,203,196); }
div.DivClassName
{
background-color: #D5CBC4;
}
.BgClassName
{
background-color: #D5CBC4;
}
</style>
border-color css
<style>
span { border-color: #D5CBC4; }
span { border-color: rgb(213,203,196); }
td.TdClassName
{
border-color: #D5CBC4;
}
.TagClassName
{
border-color: #D5CBC4;
}
</style>