Shades of Swirl #D2CCC5
Tints of Swirl #D2CCC5
RGB
CMYK
RGB Variations
Color information
#D2CCC5 (or 0xD2CCC5) is known color: Swirl. HEX triplet: D2, CC and C5. RGB value is (210,204,197). Sum of RGB (Red+Green+Blue) = 210+204+197=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCC5 is #2D333A. Grayscale: #CDCDCD. Windows color (decimal): -2962235 or 12963026. OLE color: 12963026.
HSL color Cylindrical-coordinate representation of color #D2CCC5: hue angle of 32.31º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2CCC5 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 197 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.18 |
| HSL | 32.31º | 0.13% | 0.8% | - |
| HSV(B) | 32.31º | 0.06% | 0.82% | - |
| XYZ | 58.25 | 60.92 | 61.51 | - |
| YUV | 205 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 197 | 0 | 0.03 | 0.06 | 0.18 | 32.31 | 0.13 | 0.8 |
| Hex | D2 | CC | C5 | 0 | 3 | 6 | 12 | 20 | D | 50 |
| Octal | 322 | 314 | 305 | 0 | 3 | 6 | 22 | 40 | 15 | 120 |
| Binary | 11010010 | 11001100 | 11000101 | 0 | 11 | 110 | 10010 | 100000 | 1101 | 1010000 |
Color Harmonies of #D2CCC5
Complementary color
Monochromatic Colors of #D2CCC5
Black with #D2CCC5
Text Example
Text Example
White with #D2CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCC5; }
p { color: rgb(210,204,197); }
H1.HeaderClassName
{
color: #D2CCC5;
}
.AnyTagClassName
{
color: #D2CCC5;
}
</style>
background-color css
<style>
a { background-color: #D2CCC5; }
a { background-color: rgb(210,204,197); }
div.DivClassName
{
background-color: #D2CCC5;
}
.BgClassName
{
background-color: #D2CCC5;
}
</style>
border-color css
<style>
span { border-color: #D2CCC5; }
span { border-color: rgb(210,204,197); }
td.TdClassName
{
border-color: #D2CCC5;
}
.TagClassName
{
border-color: #D2CCC5;
}
</style>