Shades of Swirl #D6CEC8
Tints of Swirl #D6CEC8
RGB
CMYK
RGB Variations
Color information
#D6CEC8 (or 0xD6CEC8) is known color: Swirl. HEX triplet: D6, CE and C8. RGB value is (214,206,200). Sum of RGB (Red+Green+Blue) = 214+206+200=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEC8 is #293137. Grayscale: #CFCFCF. Windows color (decimal): -2699576 or 13160150. OLE color: 13160150.
HSL color Cylindrical-coordinate representation of color #D6CEC8: hue angle of 25.71º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6CEC8 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 200 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.16 |
| HSL | 25.71º | 0.15% | 0.81% | - |
| HSV(B) | 25.71º | 0.07% | 0.84% | - |
| XYZ | 60.23 | 62.61 | 63.55 | - |
| YUV | 207.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 200 | 0 | 0.04 | 0.07 | 0.16 | 25.71 | 0.15 | 0.81 |
| Hex | D6 | CE | C8 | 0 | 4 | 7 | 10 | 1A | F | 51 |
| Octal | 326 | 316 | 310 | 0 | 4 | 7 | 20 | 32 | 17 | 121 |
| Binary | 11010110 | 11001110 | 11001000 | 0 | 100 | 111 | 10000 | 11010 | 1111 | 1010001 |
Color Harmonies of #D6CEC8
Complementary color
Monochromatic Colors of #D6CEC8
Black with #D6CEC8
Text Example
Text Example
White with #D6CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEC8; }
p { color: rgb(214,206,200); }
H1.HeaderClassName
{
color: #D6CEC8;
}
.AnyTagClassName
{
color: #D6CEC8;
}
</style>
background-color css
<style>
a { background-color: #D6CEC8; }
a { background-color: rgb(214,206,200); }
div.DivClassName
{
background-color: #D6CEC8;
}
.BgClassName
{
background-color: #D6CEC8;
}
</style>
border-color css
<style>
span { border-color: #D6CEC8; }
span { border-color: rgb(214,206,200); }
td.TdClassName
{
border-color: #D6CEC8;
}
.TagClassName
{
border-color: #D6CEC8;
}
</style>