Shades of Swirl #D2CECB
Tints of Swirl #D2CECB
RGB
CMYK
RGB Variations
Color information
#D2CECB (or 0xD2CECB) is known color: Swirl. HEX triplet: D2, CE and CB. RGB value is (210,206,203). Sum of RGB (Red+Green+Blue) = 210+206+203=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CECB is #2D3134. Grayscale: #CECECE. Windows color (decimal): -2961717 or 13356754. OLE color: 13356754.
HSL color Cylindrical-coordinate representation of color #D2CECB: hue angle of 25.71º 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 #D2CECB is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 206 | 203 | - |
CMYK | 0 | 0.02 | 0.03 | 0.18 |
HSL | 25.71º | 0.07% | 0.81% | - |
HSV(B) | 25.71º | 0.03% | 0.82% | - |
XYZ | 59.43 | 62.16 | 65.36 | - |
YUV | 206.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 206 | 203 | 0 | 0.02 | 0.03 | 0.18 | 25.71 | 0.07 | 0.81 |
Hex | D2 | CE | CB | 0 | 2 | 3 | 12 | 1A | 7 | 51 |
Octal | 322 | 316 | 313 | 0 | 2 | 3 | 22 | 32 | 7 | 121 |
Binary | 11010010 | 11001110 | 11001011 | 0 | 10 | 11 | 10010 | 11010 | 111 | 1010001 |
Color Harmonies of #D2CECB
Complementary color
Monochromatic Colors of #D2CECB
Black with #D2CECB
Text Example
Text Example
White with #D2CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CECB; }
p { color: rgb(210,206,203); }
H1.HeaderClassName
{
color: #D2CECB;
}
.AnyTagClassName
{
color: #D2CECB;
}
</style>
background-color css
<style>
a { background-color: #D2CECB; }
a { background-color: rgb(210,206,203); }
div.DivClassName
{
background-color: #D2CECB;
}
.BgClassName
{
background-color: #D2CECB;
}
</style>
border-color css
<style>
span { border-color: #D2CECB; }
span { border-color: rgb(210,206,203); }
td.TdClassName
{
border-color: #D2CECB;
}
.TagClassName
{
border-color: #D2CECB;
}
</style>