Shades of Swirl #D3CAC4
Tints of Swirl #D3CAC4
RGB
CMYK
RGB Variations
Color information
#D3CAC4 (or 0xD3CAC4) is known color: Swirl. HEX triplet: D3, CA and C4. RGB value is (211,202,196). Sum of RGB (Red+Green+Blue) = 211+202+196=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CAC4 is #2C353B. Grayscale: #CCCCCC. Windows color (decimal): -2897212 or 12896979. OLE color: 12896979.
HSL color Cylindrical-coordinate representation of color #D3CAC4: hue angle of 24º 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 #D3CAC4 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 202 | 196 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.17 |
| HSL | 24º | 0.15% | 0.8% | - |
| HSV(B) | 24º | 0.07% | 0.83% | - |
| XYZ | 57.95 | 60.08 | 60.77 | - |
| YUV | 204.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 196 | 0 | 0.04 | 0.07 | 0.17 | 24 | 0.15 | 0.8 |
| Hex | D3 | CA | C4 | 0 | 4 | 7 | 11 | 18 | F | 50 |
| Octal | 323 | 312 | 304 | 0 | 4 | 7 | 21 | 30 | 17 | 120 |
| Binary | 11010011 | 11001010 | 11000100 | 0 | 100 | 111 | 10001 | 11000 | 1111 | 1010000 |
Color Harmonies of #D3CAC4
Complementary color
Monochromatic Colors of #D3CAC4
Black with #D3CAC4
Text Example
Text Example
White with #D3CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CAC4; }
p { color: rgb(211,202,196); }
H1.HeaderClassName
{
color: #D3CAC4;
}
.AnyTagClassName
{
color: #D3CAC4;
}
</style>
background-color css
<style>
a { background-color: #D3CAC4; }
a { background-color: rgb(211,202,196); }
div.DivClassName
{
background-color: #D3CAC4;
}
.BgClassName
{
background-color: #D3CAC4;
}
</style>
border-color css
<style>
span { border-color: #D3CAC4; }
span { border-color: rgb(211,202,196); }
td.TdClassName
{
border-color: #D3CAC4;
}
.TagClassName
{
border-color: #D3CAC4;
}
</style>