Shades of Swirl #D5CEC9
Tints of Swirl #D5CEC9
RGB
CMYK
RGB Variations
Color information
#D5CEC9 (or 0xD5CEC9) is known color: Swirl. HEX triplet: D5, CE and C9. RGB value is (213,206,201). Sum of RGB (Red+Green+Blue) = 213+206+201=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEC9 is #2A3136. Grayscale: #CFCFCF. Windows color (decimal): -2765111 or 13225685. OLE color: 13225685.
HSL color Cylindrical-coordinate representation of color #D5CEC9: hue angle of 25º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5CEC9 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 201 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.16 |
| HSL | 25º | 0.13% | 0.81% | - |
| HSV(B) | 25º | 0.06% | 0.84% | - |
| XYZ | 60.05 | 62.51 | 64.16 | - |
| YUV | 207.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 201 | 0 | 0.03 | 0.06 | 0.16 | 25 | 0.13 | 0.81 |
| Hex | D5 | CE | C9 | 0 | 3 | 6 | 10 | 19 | C | 51 |
| Octal | 325 | 316 | 311 | 0 | 3 | 6 | 20 | 31 | 14 | 121 |
| Binary | 11010101 | 11001110 | 11001001 | 0 | 11 | 110 | 10000 | 11001 | 1100 | 1010001 |
Color Harmonies of #D5CEC9
Complementary color
Monochromatic Colors of #D5CEC9
Black with #D5CEC9
Text Example
Text Example
White with #D5CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEC9; }
p { color: rgb(213,206,201); }
H1.HeaderClassName
{
color: #D5CEC9;
}
.AnyTagClassName
{
color: #D5CEC9;
}
</style>
background-color css
<style>
a { background-color: #D5CEC9; }
a { background-color: rgb(213,206,201); }
div.DivClassName
{
background-color: #D5CEC9;
}
.BgClassName
{
background-color: #D5CEC9;
}
</style>
border-color css
<style>
span { border-color: #D5CEC9; }
span { border-color: rgb(213,206,201); }
td.TdClassName
{
border-color: #D5CEC9;
}
.TagClassName
{
border-color: #D5CEC9;
}
</style>