Shades of Twilight #DDBDCF
Tints of Twilight #DDBDCF
RGB
CMYK
RGB Variations
Color information
#DDBDCF (or 0xDDBDCF) is known color: Twilight. HEX triplet: DD, BD and CF. RGB value is (221,189,207). Sum of RGB (Red+Green+Blue) = 221+189+207=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDCF is #224230. Grayscale: #C8C8C8. Windows color (decimal): -2245169 or 13614557. OLE color: 13614557.
HSL color Cylindrical-coordinate representation of color #DDBDCF: hue angle of 326.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDCF is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 207 | - |
CMYK | 0 | 0.14 | 0.06 | 0.13 |
HSL | 326.25º | 0.32% | 0.8% | - |
HSV(B) | 326.25º | 0.14% | 0.87% | - |
XYZ | 59.28 | 56.27 | 66.77 | - |
YUV | 200.62 | 131.6 | 142.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 207 | 0 | 0.14 | 0.06 | 0.13 | 326.25 | 0.32 | 0.8 |
Hex | DD | BD | CF | 0 | E | 6 | D | 146 | 20 | 50 |
Octal | 335 | 275 | 317 | 0 | 16 | 6 | 15 | 506 | 40 | 120 |
Binary | 11011101 | 10111101 | 11001111 | 0 | 1110 | 110 | 1101 | 101000110 | 100000 | 1010000 |
Color Harmonies of #DDBDCF
Complementary color
Monochromatic Colors of #DDBDCF
Black with #DDBDCF
Text Example
Text Example
White with #DDBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDCF; }
p { color: rgb(221,189,207); }
H1.HeaderClassName
{
color: #DDBDCF;
}
.AnyTagClassName
{
color: #DDBDCF;
}
</style>
background-color css
<style>
a { background-color: #DDBDCF; }
a { background-color: rgb(221,189,207); }
div.DivClassName
{
background-color: #DDBDCF;
}
.BgClassName
{
background-color: #DDBDCF;
}
</style>
border-color css
<style>
span { border-color: #DDBDCF; }
span { border-color: rgb(221,189,207); }
td.TdClassName
{
border-color: #DDBDCF;
}
.TagClassName
{
border-color: #DDBDCF;
}
</style>