Shades of Swirl #D8CDC5
Tints of Swirl #D8CDC5
RGB
CMYK
RGB Variations
Color information
#D8CDC5 (or 0xD8CDC5) is known color: Swirl. HEX triplet: D8, CD and C5. RGB value is (216,205,197). Sum of RGB (Red+Green+Blue) = 216+205+197=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDC5 is #27323A. Grayscale: #CFCFCF. Windows color (decimal): -2568763 or 12963288. OLE color: 12963288.
HSL color Cylindrical-coordinate representation of color #D8CDC5: hue angle of 25.26º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8CDC5 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 197 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.15 |
| HSL | 25.26º | 0.2% | 0.81% | - |
| HSV(B) | 25.26º | 0.09% | 0.85% | - |
| XYZ | 60.23 | 62.29 | 61.67 | - |
| YUV | 207.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 197 | 0 | 0.05 | 0.09 | 0.15 | 25.26 | 0.2 | 0.81 |
| Hex | D8 | CD | C5 | 0 | 5 | 9 | F | 19 | 14 | 51 |
| Octal | 330 | 315 | 305 | 0 | 5 | 11 | 17 | 31 | 24 | 121 |
| Binary | 11011000 | 11001101 | 11000101 | 0 | 101 | 1001 | 1111 | 11001 | 10100 | 1010001 |
Color Harmonies of #D8CDC5
Complementary color
Monochromatic Colors of #D8CDC5
Black with #D8CDC5
Text Example
Text Example
White with #D8CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDC5; }
p { color: rgb(216,205,197); }
H1.HeaderClassName
{
color: #D8CDC5;
}
.AnyTagClassName
{
color: #D8CDC5;
}
</style>
background-color css
<style>
a { background-color: #D8CDC5; }
a { background-color: rgb(216,205,197); }
div.DivClassName
{
background-color: #D8CDC5;
}
.BgClassName
{
background-color: #D8CDC5;
}
</style>
border-color css
<style>
span { border-color: #D8CDC5; }
span { border-color: rgb(216,205,197); }
td.TdClassName
{
border-color: #D8CDC5;
}
.TagClassName
{
border-color: #D8CDC5;
}
</style>