Shades of Swirl #D2CECA
Tints of Swirl #D2CECA
RGB
CMYK
RGB Variations
Color information
#D2CECA (or 0xD2CECA) is known color: Swirl. HEX triplet: D2, CE and CA. RGB value is (210,206,202). Sum of RGB (Red+Green+Blue) = 210+206+202=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CECA is #2D3135. Grayscale: #CECECE. Windows color (decimal): -2961718 or 13291218. OLE color: 13291218.
HSL color Cylindrical-coordinate representation of color #D2CECA: hue angle of 30º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2CECA is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 202 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.18 |
| HSL | 30º | 0.08% | 0.81% | - |
| HSV(B) | 30º | 0.04% | 0.82% | - |
| XYZ | 59.31 | 62.11 | 64.74 | - |
| YUV | 206.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 202 | 0 | 0.02 | 0.04 | 0.18 | 30 | 0.08 | 0.81 |
| Hex | D2 | CE | CA | 0 | 2 | 4 | 12 | 1E | 8 | 51 |
| Octal | 322 | 316 | 312 | 0 | 2 | 4 | 22 | 36 | 10 | 121 |
| Binary | 11010010 | 11001110 | 11001010 | 0 | 10 | 100 | 10010 | 11110 | 1000 | 1010001 |
Color Harmonies of #D2CECA
Complementary color
Monochromatic Colors of #D2CECA
Black with #D2CECA
Text Example
Text Example
White with #D2CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CECA; }
p { color: rgb(210,206,202); }
H1.HeaderClassName
{
color: #D2CECA;
}
.AnyTagClassName
{
color: #D2CECA;
}
</style>
background-color css
<style>
a { background-color: #D2CECA; }
a { background-color: rgb(210,206,202); }
div.DivClassName
{
background-color: #D2CECA;
}
.BgClassName
{
background-color: #D2CECA;
}
</style>
border-color css
<style>
span { border-color: #D2CECA; }
span { border-color: rgb(210,206,202); }
td.TdClassName
{
border-color: #D2CECA;
}
.TagClassName
{
border-color: #D2CECA;
}
</style>