Shades of Swirl #D8D2CC
Tints of Swirl #D8D2CC
RGB
CMYK
RGB Variations
Color information
#D8D2CC (or 0xD8D2CC) is known color: Swirl. HEX triplet: D8, D2 and CC. RGB value is (216,210,204). Sum of RGB (Red+Green+Blue) = 216+210+204=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D2CC is #272D33. Grayscale: #D3D3D3. Windows color (decimal): -2567476 or 13423320. OLE color: 13423320.
HSL color Cylindrical-coordinate representation of color #D8D2CC: hue angle of 30º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8D2CC is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 204 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.15 |
| HSL | 30º | 0.13% | 0.82% | - |
| HSV(B) | 30º | 0.06% | 0.85% | - |
| XYZ | 62.26 | 65.05 | 66.4 | - |
| YUV | 211.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 204 | 0 | 0.03 | 0.06 | 0.15 | 30 | 0.13 | 0.82 |
| Hex | D8 | D2 | CC | 0 | 3 | 6 | F | 1E | D | 52 |
| Octal | 330 | 322 | 314 | 0 | 3 | 6 | 17 | 36 | 15 | 122 |
| Binary | 11011000 | 11010010 | 11001100 | 0 | 11 | 110 | 1111 | 11110 | 1101 | 1010010 |
Color Harmonies of #D8D2CC
Complementary color
Monochromatic Colors of #D8D2CC
Black with #D8D2CC
Text Example
Text Example
White with #D8D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D2CC; }
p { color: rgb(216,210,204); }
H1.HeaderClassName
{
color: #D8D2CC;
}
.AnyTagClassName
{
color: #D8D2CC;
}
</style>
background-color css
<style>
a { background-color: #D8D2CC; }
a { background-color: rgb(216,210,204); }
div.DivClassName
{
background-color: #D8D2CC;
}
.BgClassName
{
background-color: #D8D2CC;
}
</style>
border-color css
<style>
span { border-color: #D8D2CC; }
span { border-color: rgb(216,210,204); }
td.TdClassName
{
border-color: #D8D2CC;
}
.TagClassName
{
border-color: #D8D2CC;
}
</style>