Shades of Twilight #DDBAC8
Tints of Twilight #DDBAC8
RGB
CMYK
RGB Variations
Color information
#DDBAC8 (or 0xDDBAC8) is known color: Twilight. HEX triplet: DD, BA and C8. RGB value is (221,186,200). Sum of RGB (Red+Green+Blue) = 221+186+200=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC8 is #224537. Grayscale: #C6C6C6. Windows color (decimal): -2245944 or 13155037. OLE color: 13155037.
HSL color Cylindrical-coordinate representation of color #DDBAC8: hue angle of 336º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBAC8 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 186 | 200 | - |
CMYK | 0 | 0.16 | 0.10 | 0.13 |
HSL | 336º | 0.34% | 0.8% | - |
HSV(B) | 336º | 0.16% | 0.87% | - |
XYZ | 57.8 | 54.66 | 62.15 | - |
YUV | 198.06 | 129.1 | 144.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 186 | 200 | 0 | 0.16 | 0.10 | 0.13 | 336 | 0.34 | 0.8 |
Hex | DD | BA | C8 | 0 | 10 | A | D | 150 | 22 | 50 |
Octal | 335 | 272 | 310 | 0 | 20 | 12 | 15 | 520 | 42 | 120 |
Binary | 11011101 | 10111010 | 11001000 | 0 | 10000 | 1010 | 1101 | 101010000 | 100010 | 1010000 |
Color Harmonies of #DDBAC8
Complementary color
Monochromatic Colors of #DDBAC8
Black with #DDBAC8
Text Example
Text Example
White with #DDBAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAC8; }
p { color: rgb(221,186,200); }
H1.HeaderClassName
{
color: #DDBAC8;
}
.AnyTagClassName
{
color: #DDBAC8;
}
</style>
background-color css
<style>
a { background-color: #DDBAC8; }
a { background-color: rgb(221,186,200); }
div.DivClassName
{
background-color: #DDBAC8;
}
.BgClassName
{
background-color: #DDBAC8;
}
</style>
border-color css
<style>
span { border-color: #DDBAC8; }
span { border-color: rgb(221,186,200); }
td.TdClassName
{
border-color: #DDBAC8;
}
.TagClassName
{
border-color: #DDBAC8;
}
</style>