Shades of Swirl #D5CABF
Tints of Swirl #D5CABF
RGB
CMYK
RGB Variations
Color information
#D5CABF (or 0xD5CABF) is known color: Swirl. HEX triplet: D5, CA and BF. RGB value is (213,202,191). Sum of RGB (Red+Green+Blue) = 213+202+191=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CABF is #2A3540. Grayscale: #CCCCCC. Windows color (decimal): -2766145 or 12569301. OLE color: 12569301.
HSL color Cylindrical-coordinate representation of color #D5CABF: hue angle of 30º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5CABF is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 191 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.16 |
| HSL | 30º | 0.21% | 0.79% | - |
| HSV(B) | 30º | 0.1% | 0.84% | - |
| XYZ | 57.97 | 60.15 | 57.85 | - |
| YUV | 204.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 191 | 0 | 0.05 | 0.10 | 0.16 | 30 | 0.21 | 0.79 |
| Hex | D5 | CA | BF | 0 | 5 | A | 10 | 1E | 15 | 4F |
| Octal | 325 | 312 | 277 | 0 | 5 | 12 | 20 | 36 | 25 | 117 |
| Binary | 11010101 | 11001010 | 10111111 | 0 | 101 | 1010 | 10000 | 11110 | 10101 | 1001111 |
Color Harmonies of #D5CABF
Complementary color
Monochromatic Colors of #D5CABF
Black with #D5CABF
Text Example
Text Example
White with #D5CABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CABF; }
p { color: rgb(213,202,191); }
H1.HeaderClassName
{
color: #D5CABF;
}
.AnyTagClassName
{
color: #D5CABF;
}
</style>
background-color css
<style>
a { background-color: #D5CABF; }
a { background-color: rgb(213,202,191); }
div.DivClassName
{
background-color: #D5CABF;
}
.BgClassName
{
background-color: #D5CABF;
}
</style>
border-color css
<style>
span { border-color: #D5CABF; }
span { border-color: rgb(213,202,191); }
td.TdClassName
{
border-color: #D5CABF;
}
.TagClassName
{
border-color: #D5CABF;
}
</style>