Shades of Swirl #D8CDC4
Tints of Swirl #D8CDC4
RGB
CMYK
RGB Variations
Color information
#D8CDC4 (or 0xD8CDC4) is known color: Swirl. HEX triplet: D8, CD and C4. RGB value is (216,205,196). Sum of RGB (Red+Green+Blue) = 216+205+196=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDC4 is #27323B. Grayscale: #CFCFCF. Windows color (decimal): -2568764 or 12897752. OLE color: 12897752.
HSL color Cylindrical-coordinate representation of color #D8CDC4: hue angle of 27º 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 #D8CDC4 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 196 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.15 |
| HSL | 27º | 0.2% | 0.81% | - |
| HSV(B) | 27º | 0.09% | 0.85% | - |
| XYZ | 60.11 | 62.25 | 61.07 | - |
| YUV | 207.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 196 | 0 | 0.05 | 0.09 | 0.15 | 27 | 0.2 | 0.81 |
| Hex | D8 | CD | C4 | 0 | 5 | 9 | F | 1B | 14 | 51 |
| Octal | 330 | 315 | 304 | 0 | 5 | 11 | 17 | 33 | 24 | 121 |
| Binary | 11011000 | 11001101 | 11000100 | 0 | 101 | 1001 | 1111 | 11011 | 10100 | 1010001 |
Color Harmonies of #D8CDC4
Complementary color
Monochromatic Colors of #D8CDC4
Black with #D8CDC4
Text Example
Text Example
White with #D8CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDC4; }
p { color: rgb(216,205,196); }
H1.HeaderClassName
{
color: #D8CDC4;
}
.AnyTagClassName
{
color: #D8CDC4;
}
</style>
background-color css
<style>
a { background-color: #D8CDC4; }
a { background-color: rgb(216,205,196); }
div.DivClassName
{
background-color: #D8CDC4;
}
.BgClassName
{
background-color: #D8CDC4;
}
</style>
border-color css
<style>
span { border-color: #D8CDC4; }
span { border-color: rgb(216,205,196); }
td.TdClassName
{
border-color: #D8CDC4;
}
.TagClassName
{
border-color: #D8CDC4;
}
</style>