Shades of Swirl #D3CECA
Tints of Swirl #D3CECA
RGB
CMYK
RGB Variations
Color information
#D3CECA (or 0xD3CECA) is known color: Swirl. HEX triplet: D3, CE and CA. RGB value is (211,206,202). Sum of RGB (Red+Green+Blue) = 211+206+202=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CECA is #2C3135. Grayscale: #CFCFCF. Windows color (decimal): -2896182 or 13291219. OLE color: 13291219.
HSL color Cylindrical-coordinate representation of color #D3CECA: hue angle of 26.67º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3CECA is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 206 | 202 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.17 |
| HSL | 26.67º | 0.09% | 0.81% | - |
| HSV(B) | 26.67º | 0.04% | 0.83% | - |
| XYZ | 59.6 | 62.26 | 64.75 | - |
| YUV | 207.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 202 | 0 | 0.02 | 0.04 | 0.17 | 26.67 | 0.09 | 0.81 |
| Hex | D3 | CE | CA | 0 | 2 | 4 | 11 | 1B | 9 | 51 |
| Octal | 323 | 316 | 312 | 0 | 2 | 4 | 21 | 33 | 11 | 121 |
| Binary | 11010011 | 11001110 | 11001010 | 0 | 10 | 100 | 10001 | 11011 | 1001 | 1010001 |
Color Harmonies of #D3CECA
Complementary color
Monochromatic Colors of #D3CECA
Black with #D3CECA
Text Example
Text Example
White with #D3CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CECA; }
p { color: rgb(211,206,202); }
H1.HeaderClassName
{
color: #D3CECA;
}
.AnyTagClassName
{
color: #D3CECA;
}
</style>
background-color css
<style>
a { background-color: #D3CECA; }
a { background-color: rgb(211,206,202); }
div.DivClassName
{
background-color: #D3CECA;
}
.BgClassName
{
background-color: #D3CECA;
}
</style>
border-color css
<style>
span { border-color: #D3CECA; }
span { border-color: rgb(211,206,202); }
td.TdClassName
{
border-color: #D3CECA;
}
.TagClassName
{
border-color: #D3CECA;
}
</style>