Shades of Swirl #D5CFC8
Tints of Swirl #D5CFC8
RGB
CMYK
RGB Variations
Color information
#D5CFC8 (or 0xD5CFC8) is known color: Swirl. HEX triplet: D5, CF and C8. RGB value is (213,207,200). Sum of RGB (Red+Green+Blue) = 213+207+200=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFC8 is #2A3037. Grayscale: #D0D0D0. Windows color (decimal): -2764856 or 13160405. OLE color: 13160405.
HSL color Cylindrical-coordinate representation of color #D5CFC8: hue angle of 32.31º degrees, saturation: 0.13, 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 #D5CFC8 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 200 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.16 |
| HSL | 32.31º | 0.13% | 0.81% | - |
| HSV(B) | 32.31º | 0.06% | 0.84% | - |
| XYZ | 60.18 | 62.94 | 63.62 | - |
| YUV | 208 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 200 | 0 | 0.03 | 0.06 | 0.16 | 32.31 | 0.13 | 0.81 |
| Hex | D5 | CF | C8 | 0 | 3 | 6 | 10 | 20 | D | 51 |
| Octal | 325 | 317 | 310 | 0 | 3 | 6 | 20 | 40 | 15 | 121 |
| Binary | 11010101 | 11001111 | 11001000 | 0 | 11 | 110 | 10000 | 100000 | 1101 | 1010001 |
Color Harmonies of #D5CFC8
Complementary color
Monochromatic Colors of #D5CFC8
Black with #D5CFC8
Text Example
Text Example
White with #D5CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFC8; }
p { color: rgb(213,207,200); }
H1.HeaderClassName
{
color: #D5CFC8;
}
.AnyTagClassName
{
color: #D5CFC8;
}
</style>
background-color css
<style>
a { background-color: #D5CFC8; }
a { background-color: rgb(213,207,200); }
div.DivClassName
{
background-color: #D5CFC8;
}
.BgClassName
{
background-color: #D5CFC8;
}
</style>
border-color css
<style>
span { border-color: #D5CFC8; }
span { border-color: rgb(213,207,200); }
td.TdClassName
{
border-color: #D5CFC8;
}
.TagClassName
{
border-color: #D5CFC8;
}
</style>