Shades of Swirl #DDCCBC
Tints of Swirl #DDCCBC
RGB
CMYK
RGB Variations
Color information
#DDCCBC (or 0xDDCCBC) is known color: Swirl. HEX triplet: DD, CC and BC. RGB value is (221,204,188). Sum of RGB (Red+Green+Blue) = 221+204+188=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCBC is #223343. Grayscale: #CFCFCF. Windows color (decimal): -2241348 or 12373213. OLE color: 12373213.
HSL color Cylindrical-coordinate representation of color #DDCCBC: hue angle of 29.09º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCCBC is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 188 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.13 |
| HSL | 29.09º | 0.33% | 0.8% | - |
| HSV(B) | 29.09º | 0.15% | 0.87% | - |
| XYZ | 60.49 | 62.19 | 56.39 | - |
| YUV | 207.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 188 | 0 | 0.08 | 0.15 | 0.13 | 29.09 | 0.33 | 0.8 |
| Hex | DD | CC | BC | 0 | 8 | F | D | 1D | 21 | 50 |
| Octal | 335 | 314 | 274 | 0 | 10 | 17 | 15 | 35 | 41 | 120 |
| Binary | 11011101 | 11001100 | 10111100 | 0 | 1000 | 1111 | 1101 | 11101 | 100001 | 1010000 |
Color Harmonies of #DDCCBC
Complementary color
Monochromatic Colors of #DDCCBC
Black with #DDCCBC
Text Example
Text Example
White with #DDCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCBC; }
p { color: rgb(221,204,188); }
H1.HeaderClassName
{
color: #DDCCBC;
}
.AnyTagClassName
{
color: #DDCCBC;
}
</style>
background-color css
<style>
a { background-color: #DDCCBC; }
a { background-color: rgb(221,204,188); }
div.DivClassName
{
background-color: #DDCCBC;
}
.BgClassName
{
background-color: #DDCCBC;
}
</style>
border-color css
<style>
span { border-color: #DDCCBC; }
span { border-color: rgb(221,204,188); }
td.TdClassName
{
border-color: #DDCCBC;
}
.TagClassName
{
border-color: #DDCCBC;
}
</style>