Shades of Swirl #DDCFBF
Tints of Swirl #DDCFBF
RGB
CMYK
RGB Variations
Color information
#DDCFBF (or 0xDDCFBF) is known color: Swirl. HEX triplet: DD, CF and BF. RGB value is (221,207,191). Sum of RGB (Red+Green+Blue) = 221+207+191=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFBF is #223040. Grayscale: #D1D1D1. Windows color (decimal): -2240577 or 12570589. OLE color: 12570589.
HSL color Cylindrical-coordinate representation of color #DDCFBF: hue angle of 32º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDCFBF is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 191 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.13 |
| HSL | 32º | 0.31% | 0.81% | - |
| HSV(B) | 32º | 0.14% | 0.87% | - |
| XYZ | 61.54 | 63.76 | 58.35 | - |
| YUV | 209.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 191 | 0 | 0.06 | 0.14 | 0.13 | 32 | 0.31 | 0.81 |
| Hex | DD | CF | BF | 0 | 6 | E | D | 20 | 1F | 51 |
| Octal | 335 | 317 | 277 | 0 | 6 | 16 | 15 | 40 | 37 | 121 |
| Binary | 11011101 | 11001111 | 10111111 | 0 | 110 | 1110 | 1101 | 100000 | 11111 | 1010001 |
Color Harmonies of #DDCFBF
Complementary color
Monochromatic Colors of #DDCFBF
Black with #DDCFBF
Text Example
Text Example
White with #DDCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFBF; }
p { color: rgb(221,207,191); }
H1.HeaderClassName
{
color: #DDCFBF;
}
.AnyTagClassName
{
color: #DDCFBF;
}
</style>
background-color css
<style>
a { background-color: #DDCFBF; }
a { background-color: rgb(221,207,191); }
div.DivClassName
{
background-color: #DDCFBF;
}
.BgClassName
{
background-color: #DDCFBF;
}
</style>
border-color css
<style>
span { border-color: #DDCFBF; }
span { border-color: rgb(221,207,191); }
td.TdClassName
{
border-color: #DDCFBF;
}
.TagClassName
{
border-color: #DDCFBF;
}
</style>