Shades of Swirl #D1CECA
Tints of Swirl #D1CECA
RGB
CMYK
RGB Variations
Color information
#D1CECA (or 0xD1CECA) is known color: Swirl. HEX triplet: D1, CE and CA. RGB value is (209,206,202). Sum of RGB (Red+Green+Blue) = 209+206+202=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CECA is #2E3135. Grayscale: #CECECE. Windows color (decimal): -3027254 or 13291217. OLE color: 13291217.
HSL color Cylindrical-coordinate representation of color #D1CECA: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1CECA is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 202 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.18 |
| HSL | 34.29º | 0.07% | 0.81% | - |
| HSV(B) | 34.29º | 0.03% | 0.82% | - |
| XYZ | 59.03 | 61.96 | 64.73 | - |
| YUV | 206.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 202 | 0 | 0.01 | 0.03 | 0.18 | 34.29 | 0.07 | 0.81 |
| Hex | D1 | CE | CA | 0 | 1 | 3 | 12 | 22 | 7 | 51 |
| Octal | 321 | 316 | 312 | 0 | 1 | 3 | 22 | 42 | 7 | 121 |
| Binary | 11010001 | 11001110 | 11001010 | 0 | 1 | 11 | 10010 | 100010 | 111 | 1010001 |
Color Harmonies of #D1CECA
Complementary color
Monochromatic Colors of #D1CECA
Black with #D1CECA
Text Example
Text Example
White with #D1CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CECA; }
p { color: rgb(209,206,202); }
H1.HeaderClassName
{
color: #D1CECA;
}
.AnyTagClassName
{
color: #D1CECA;
}
</style>
background-color css
<style>
a { background-color: #D1CECA; }
a { background-color: rgb(209,206,202); }
div.DivClassName
{
background-color: #D1CECA;
}
.BgClassName
{
background-color: #D1CECA;
}
</style>
border-color css
<style>
span { border-color: #D1CECA; }
span { border-color: rgb(209,206,202); }
td.TdClassName
{
border-color: #D1CECA;
}
.TagClassName
{
border-color: #D1CECA;
}
</style>