Shades of Twilight #DDBBCA
Tints of Twilight #DDBBCA
RGB
CMYK
RGB Variations
Color information
#DDBBCA (or 0xDDBBCA) is known color: Twilight. HEX triplet: DD, BB and CA. RGB value is (221,187,202). Sum of RGB (Red+Green+Blue) = 221+187+202=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBCA is #224435. Grayscale: #C6C6C6. Windows color (decimal): -2245686 or 13286365. OLE color: 13286365.
HSL color Cylindrical-coordinate representation of color #DDBBCA: hue angle of 333.53º 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 #DDBBCA is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 187 | 202 | - |
CMYK | 0 | 0.15 | 0.09 | 0.13 |
HSL | 333.53º | 0.33% | 0.8% | - |
HSV(B) | 333.53º | 0.15% | 0.87% | - |
XYZ | 58.25 | 55.18 | 63.46 | - |
YUV | 198.88 | 129.76 | 143.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 187 | 202 | 0 | 0.15 | 0.09 | 0.13 | 333.53 | 0.33 | 0.8 |
Hex | DD | BB | CA | 0 | F | 9 | D | 14E | 21 | 50 |
Octal | 335 | 273 | 312 | 0 | 17 | 11 | 15 | 516 | 41 | 120 |
Binary | 11011101 | 10111011 | 11001010 | 0 | 1111 | 1001 | 1101 | 101001110 | 100001 | 1010000 |
Color Harmonies of #DDBBCA
Complementary color
Monochromatic Colors of #DDBBCA
Black with #DDBBCA
Text Example
Text Example
White with #DDBBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBCA; }
p { color: rgb(221,187,202); }
H1.HeaderClassName
{
color: #DDBBCA;
}
.AnyTagClassName
{
color: #DDBBCA;
}
</style>
background-color css
<style>
a { background-color: #DDBBCA; }
a { background-color: rgb(221,187,202); }
div.DivClassName
{
background-color: #DDBBCA;
}
.BgClassName
{
background-color: #DDBBCA;
}
</style>
border-color css
<style>
span { border-color: #DDBBCA; }
span { border-color: rgb(221,187,202); }
td.TdClassName
{
border-color: #DDBBCA;
}
.TagClassName
{
border-color: #DDBBCA;
}
</style>