Shades of Twilight #DDBFD0
Tints of Twilight #DDBFD0
RGB
CMYK
RGB Variations
Color information
#DDBFD0 (or 0xDDBFD0) is known color: Twilight. HEX triplet: DD, BF and D0. RGB value is (221,191,208). Sum of RGB (Red+Green+Blue) = 221+191+208=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFD0 is #22402F. Grayscale: #C9C9C9. Windows color (decimal): -2244656 or 13680605. OLE color: 13680605.
HSL color Cylindrical-coordinate representation of color #DDBFD0: hue angle of 326º 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 #DDBFD0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 208 | - |
CMYK | 0 | 0.14 | 0.06 | 0.13 |
HSL | 326º | 0.31% | 0.81% | - |
HSV(B) | 326º | 0.14% | 0.87% | - |
XYZ | 59.83 | 57.19 | 67.56 | - |
YUV | 201.91 | 131.44 | 141.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 208 | 0 | 0.14 | 0.06 | 0.13 | 326 | 0.31 | 0.81 |
Hex | DD | BF | D0 | 0 | E | 6 | D | 146 | 1F | 51 |
Octal | 335 | 277 | 320 | 0 | 16 | 6 | 15 | 506 | 37 | 121 |
Binary | 11011101 | 10111111 | 11010000 | 0 | 1110 | 110 | 1101 | 101000110 | 11111 | 1010001 |
Color Harmonies of #DDBFD0
Complementary color
Monochromatic Colors of #DDBFD0
Black with #DDBFD0
Text Example
Text Example
White with #DDBFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFD0; }
p { color: rgb(221,191,208); }
H1.HeaderClassName
{
color: #DDBFD0;
}
.AnyTagClassName
{
color: #DDBFD0;
}
</style>
background-color css
<style>
a { background-color: #DDBFD0; }
a { background-color: rgb(221,191,208); }
div.DivClassName
{
background-color: #DDBFD0;
}
.BgClassName
{
background-color: #DDBFD0;
}
</style>
border-color css
<style>
span { border-color: #DDBFD0; }
span { border-color: rgb(221,191,208); }
td.TdClassName
{
border-color: #DDBFD0;
}
.TagClassName
{
border-color: #DDBFD0;
}
</style>