Shades of Swirl #D1CFCD
Tints of Swirl #D1CFCD
RGB
CMYK
RGB Variations
Color information
#D1CFCD (or 0xD1CFCD) is known color: Swirl. HEX triplet: D1, CF and CD. RGB value is (209,207,205). Sum of RGB (Red+Green+Blue) = 209+207+205=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFCD is #2E3032. Grayscale: #CFCFCF. Windows color (decimal): -3026995 or 13488081. OLE color: 13488081.
HSL color Cylindrical-coordinate representation of color #D1CFCD: hue angle of 30º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D1CFCD is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 207 | 205 | - |
CMYK | 0 | 0.01 | 0.02 | 0.18 |
HSL | 30º | 0.04% | 0.81% | - |
HSV(B) | 30º | 0.02% | 0.82% | - |
XYZ | 59.63 | 62.59 | 66.7 | - |
YUV | 207.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 207 | 205 | 0 | 0.01 | 0.02 | 0.18 | 30 | 0.04 | 0.81 |
Hex | D1 | CF | CD | 0 | 1 | 2 | 12 | 1E | 4 | 51 |
Octal | 321 | 317 | 315 | 0 | 1 | 2 | 22 | 36 | 4 | 121 |
Binary | 11010001 | 11001111 | 11001101 | 0 | 1 | 10 | 10010 | 11110 | 100 | 1010001 |
Color Harmonies of #D1CFCD
Complementary color
Monochromatic Colors of #D1CFCD
Black with #D1CFCD
Text Example
Text Example
White with #D1CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFCD; }
p { color: rgb(209,207,205); }
H1.HeaderClassName
{
color: #D1CFCD;
}
.AnyTagClassName
{
color: #D1CFCD;
}
</style>
background-color css
<style>
a { background-color: #D1CFCD; }
a { background-color: rgb(209,207,205); }
div.DivClassName
{
background-color: #D1CFCD;
}
.BgClassName
{
background-color: #D1CFCD;
}
</style>
border-color css
<style>
span { border-color: #D1CFCD; }
span { border-color: rgb(209,207,205); }
td.TdClassName
{
border-color: #D1CFCD;
}
.TagClassName
{
border-color: #D1CFCD;
}
</style>