Shades of Swirl #D8CEC5
Tints of Swirl #D8CEC5
RGB
CMYK
RGB Variations
Color information
#D8CEC5 (or 0xD8CEC5) is known color: Swirl. HEX triplet: D8, CE and C5. RGB value is (216,206,197). Sum of RGB (Red+Green+Blue) = 216+206+197=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEC5 is #27313A. Grayscale: #D0D0D0. Windows color (decimal): -2568507 or 12963544. OLE color: 12963544.
HSL color Cylindrical-coordinate representation of color #D8CEC5: hue angle of 28.42º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8CEC5 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 206 | 197 | - |
CMYK | 0 | 0.05 | 0.09 | 0.15 |
HSL | 28.42º | 0.2% | 0.81% | - |
HSV(B) | 28.42º | 0.09% | 0.85% | - |
XYZ | 60.47 | 62.77 | 61.75 | - |
YUV | 207.96 | 121.81 | 133.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 206 | 197 | 0 | 0.05 | 0.09 | 0.15 | 28.42 | 0.2 | 0.81 |
Hex | D8 | CE | C5 | 0 | 5 | 9 | F | 1C | 14 | 51 |
Octal | 330 | 316 | 305 | 0 | 5 | 11 | 17 | 34 | 24 | 121 |
Binary | 11011000 | 11001110 | 11000101 | 0 | 101 | 1001 | 1111 | 11100 | 10100 | 1010001 |
Color Harmonies of #D8CEC5
Complementary color
Monochromatic Colors of #D8CEC5
Black with #D8CEC5
Text Example
Text Example
White with #D8CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEC5; }
p { color: rgb(216,206,197); }
H1.HeaderClassName
{
color: #D8CEC5;
}
.AnyTagClassName
{
color: #D8CEC5;
}
</style>
background-color css
<style>
a { background-color: #D8CEC5; }
a { background-color: rgb(216,206,197); }
div.DivClassName
{
background-color: #D8CEC5;
}
.BgClassName
{
background-color: #D8CEC5;
}
</style>
border-color css
<style>
span { border-color: #D8CEC5; }
span { border-color: rgb(216,206,197); }
td.TdClassName
{
border-color: #D8CEC5;
}
.TagClassName
{
border-color: #D8CEC5;
}
</style>