Shades of Swirl #D2CCC4
Tints of Swirl #D2CCC4
RGB
CMYK
RGB Variations
Color information
#D2CCC4 (or 0xD2CCC4) is known color: Swirl. HEX triplet: D2, CC and C4. RGB value is (210,204,196). Sum of RGB (Red+Green+Blue) = 210+204+196=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCC4 is #2D333B. Grayscale: #CCCCCC. Windows color (decimal): -2962236 or 12897490. OLE color: 12897490.
HSL color Cylindrical-coordinate representation of color #D2CCC4: hue angle of 34.29º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2CCC4 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 196 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.18 |
| HSL | 34.29º | 0.13% | 0.8% | - |
| HSV(B) | 34.29º | 0.07% | 0.82% | - |
| XYZ | 58.14 | 60.87 | 60.91 | - |
| YUV | 204.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 196 | 0 | 0.03 | 0.07 | 0.18 | 34.29 | 0.13 | 0.8 |
| Hex | D2 | CC | C4 | 0 | 3 | 7 | 12 | 22 | D | 50 |
| Octal | 322 | 314 | 304 | 0 | 3 | 7 | 22 | 42 | 15 | 120 |
| Binary | 11010010 | 11001100 | 11000100 | 0 | 11 | 111 | 10010 | 100010 | 1101 | 1010000 |
Color Harmonies of #D2CCC4
Complementary color
Monochromatic Colors of #D2CCC4
Black with #D2CCC4
Text Example
Text Example
White with #D2CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCC4; }
p { color: rgb(210,204,196); }
H1.HeaderClassName
{
color: #D2CCC4;
}
.AnyTagClassName
{
color: #D2CCC4;
}
</style>
background-color css
<style>
a { background-color: #D2CCC4; }
a { background-color: rgb(210,204,196); }
div.DivClassName
{
background-color: #D2CCC4;
}
.BgClassName
{
background-color: #D2CCC4;
}
</style>
border-color css
<style>
span { border-color: #D2CCC4; }
span { border-color: rgb(210,204,196); }
td.TdClassName
{
border-color: #D2CCC4;
}
.TagClassName
{
border-color: #D2CCC4;
}
</style>