Shades of Swirl #D3CDC7
Tints of Swirl #D3CDC7
RGB
CMYK
RGB Variations
Color information
#D3CDC7 (or 0xD3CDC7) is known color: Swirl. HEX triplet: D3, CD and C7. RGB value is (211,205,199). Sum of RGB (Red+Green+Blue) = 211+205+199=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDC7 is #2C3238. Grayscale: #CECECE. Windows color (decimal): -2896441 or 13094355. OLE color: 13094355.
HSL color Cylindrical-coordinate representation of color #D3CDC7: hue angle of 30º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3CDC7 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 199 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.17 |
| HSL | 30º | 0.12% | 0.8% | - |
| HSV(B) | 30º | 0.06% | 0.83% | - |
| XYZ | 59 | 61.64 | 62.82 | - |
| YUV | 206.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 199 | 0 | 0.03 | 0.06 | 0.17 | 30 | 0.12 | 0.8 |
| Hex | D3 | CD | C7 | 0 | 3 | 6 | 11 | 1E | C | 50 |
| Octal | 323 | 315 | 307 | 0 | 3 | 6 | 21 | 36 | 14 | 120 |
| Binary | 11010011 | 11001101 | 11000111 | 0 | 11 | 110 | 10001 | 11110 | 1100 | 1010000 |
Color Harmonies of #D3CDC7
Complementary color
Monochromatic Colors of #D3CDC7
Black with #D3CDC7
Text Example
Text Example
White with #D3CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDC7; }
p { color: rgb(211,205,199); }
H1.HeaderClassName
{
color: #D3CDC7;
}
.AnyTagClassName
{
color: #D3CDC7;
}
</style>
background-color css
<style>
a { background-color: #D3CDC7; }
a { background-color: rgb(211,205,199); }
div.DivClassName
{
background-color: #D3CDC7;
}
.BgClassName
{
background-color: #D3CDC7;
}
</style>
border-color css
<style>
span { border-color: #D3CDC7; }
span { border-color: rgb(211,205,199); }
td.TdClassName
{
border-color: #D3CDC7;
}
.TagClassName
{
border-color: #D3CDC7;
}
</style>