Shades of Swirl #D1CECB
Tints of Swirl #D1CECB
RGB
CMYK
RGB Variations
Color information
#D1CECB (or 0xD1CECB) is known color: Swirl. HEX triplet: D1, CE and CB. RGB value is (209,206,203). Sum of RGB (Red+Green+Blue) = 209+206+203=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CECB is #2E3134. Grayscale: #CECECE. Windows color (decimal): -3027253 or 13356753. OLE color: 13356753.
HSL color Cylindrical-coordinate representation of color #D1CECB: hue angle of 30º degrees, saturation: 0.06, 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 #D1CECB is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 206 | 203 | - |
CMYK | 0 | 0.01 | 0.03 | 0.18 |
HSL | 30º | 0.06% | 0.81% | - |
HSV(B) | 30º | 0.03% | 0.82% | - |
XYZ | 59.15 | 62.01 | 65.35 | - |
YUV | 206.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 206 | 203 | 0 | 0.01 | 0.03 | 0.18 | 30 | 0.06 | 0.81 |
Hex | D1 | CE | CB | 0 | 1 | 3 | 12 | 1E | 6 | 51 |
Octal | 321 | 316 | 313 | 0 | 1 | 3 | 22 | 36 | 6 | 121 |
Binary | 11010001 | 11001110 | 11001011 | 0 | 1 | 11 | 10010 | 11110 | 110 | 1010001 |
Color Harmonies of #D1CECB
Complementary color
Monochromatic Colors of #D1CECB
Black with #D1CECB
Text Example
Text Example
White with #D1CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CECB; }
p { color: rgb(209,206,203); }
H1.HeaderClassName
{
color: #D1CECB;
}
.AnyTagClassName
{
color: #D1CECB;
}
</style>
background-color css
<style>
a { background-color: #D1CECB; }
a { background-color: rgb(209,206,203); }
div.DivClassName
{
background-color: #D1CECB;
}
.BgClassName
{
background-color: #D1CECB;
}
</style>
border-color css
<style>
span { border-color: #D1CECB; }
span { border-color: rgb(209,206,203); }
td.TdClassName
{
border-color: #D1CECB;
}
.TagClassName
{
border-color: #D1CECB;
}
</style>