Shades of Swirl #D5CFC9
Tints of Swirl #D5CFC9
RGB
CMYK
RGB Variations
Color information
#D5CFC9 (or 0xD5CFC9) is known color: Swirl. HEX triplet: D5, CF and C9. RGB value is (213,207,201). Sum of RGB (Red+Green+Blue) = 213+207+201=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFC9 is #2A3036. Grayscale: #D0D0D0. Windows color (decimal): -2764855 or 13225941. OLE color: 13225941.
HSL color Cylindrical-coordinate representation of color #D5CFC9: hue angle of 30º 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 #D5CFC9 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 207 | 201 | - |
CMYK | 0 | 0.03 | 0.06 | 0.16 |
HSL | 30º | 0.13% | 0.81% | - |
HSV(B) | 30º | 0.06% | 0.84% | - |
XYZ | 60.3 | 62.99 | 64.24 | - |
YUV | 208.11 | 123.99 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 207 | 201 | 0 | 0.03 | 0.06 | 0.16 | 30 | 0.13 | 0.81 |
Hex | D5 | CF | C9 | 0 | 3 | 6 | 10 | 1E | C | 51 |
Octal | 325 | 317 | 311 | 0 | 3 | 6 | 20 | 36 | 14 | 121 |
Binary | 11010101 | 11001111 | 11001001 | 0 | 11 | 110 | 10000 | 11110 | 1100 | 1010001 |
Color Harmonies of #D5CFC9
Complementary color
Monochromatic Colors of #D5CFC9
Black with #D5CFC9
Text Example
Text Example
White with #D5CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFC9; }
p { color: rgb(213,207,201); }
H1.HeaderClassName
{
color: #D5CFC9;
}
.AnyTagClassName
{
color: #D5CFC9;
}
</style>
background-color css
<style>
a { background-color: #D5CFC9; }
a { background-color: rgb(213,207,201); }
div.DivClassName
{
background-color: #D5CFC9;
}
.BgClassName
{
background-color: #D5CFC9;
}
</style>
border-color css
<style>
span { border-color: #D5CFC9; }
span { border-color: rgb(213,207,201); }
td.TdClassName
{
border-color: #D5CFC9;
}
.TagClassName
{
border-color: #D5CFC9;
}
</style>