Shades of Swirl #DDCEBE
Tints of Swirl #DDCEBE
RGB
CMYK
RGB Variations
Color information
#DDCEBE (or 0xDDCEBE) is known color: Swirl. HEX triplet: DD, CE and BE. RGB value is (221,206,190). Sum of RGB (Red+Green+Blue) = 221+206+190=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEBE is #223141. Grayscale: #D0D0D0. Windows color (decimal): -2240834 or 12504797. OLE color: 12504797.
HSL color Cylindrical-coordinate representation of color #DDCEBE: hue angle of 30.97º 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 #DDCEBE is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 190 | - |
CMYK | 0 | 0.07 | 0.14 | 0.13 |
HSL | 30.97º | 0.31% | 0.81% | - |
HSV(B) | 30.97º | 0.14% | 0.87% | - |
XYZ | 61.18 | 63.23 | 57.7 | - |
YUV | 208.66 | 117.47 | 136.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 190 | 0 | 0.07 | 0.14 | 0.13 | 30.97 | 0.31 | 0.81 |
Hex | DD | CE | BE | 0 | 7 | E | D | 1F | 1F | 51 |
Octal | 335 | 316 | 276 | 0 | 7 | 16 | 15 | 37 | 37 | 121 |
Binary | 11011101 | 11001110 | 10111110 | 0 | 111 | 1110 | 1101 | 11111 | 11111 | 1010001 |
Color Harmonies of #DDCEBE
Complementary color
Monochromatic Colors of #DDCEBE
Black with #DDCEBE
Text Example
Text Example
White with #DDCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEBE; }
p { color: rgb(221,206,190); }
H1.HeaderClassName
{
color: #DDCEBE;
}
.AnyTagClassName
{
color: #DDCEBE;
}
</style>
background-color css
<style>
a { background-color: #DDCEBE; }
a { background-color: rgb(221,206,190); }
div.DivClassName
{
background-color: #DDCEBE;
}
.BgClassName
{
background-color: #DDCEBE;
}
</style>
border-color css
<style>
span { border-color: #DDCEBE; }
span { border-color: rgb(221,206,190); }
td.TdClassName
{
border-color: #DDCEBE;
}
.TagClassName
{
border-color: #DDCEBE;
}
</style>