Shades of Twilight #DDBFD1
Tints of Twilight #DDBFD1
RGB
CMYK
RGB Variations
Color information
#DDBFD1 (or 0xDDBFD1) is known color: Twilight. HEX triplet: DD, BF and D1. RGB value is (221,191,209). Sum of RGB (Red+Green+Blue) = 221+191+209=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFD1 is #22402E. Grayscale: #C9C9C9. Windows color (decimal): -2244655 or 13746141. OLE color: 13746141.
HSL color Cylindrical-coordinate representation of color #DDBFD1: hue angle of 324º 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 #DDBFD1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 209 | - |
CMYK | 0 | 0.14 | 0.05 | 0.13 |
HSL | 324º | 0.31% | 0.81% | - |
HSV(B) | 324º | 0.14% | 0.87% | - |
XYZ | 59.96 | 57.24 | 68.21 | - |
YUV | 202.02 | 131.94 | 141.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 209 | 0 | 0.14 | 0.05 | 0.13 | 324 | 0.31 | 0.81 |
Hex | DD | BF | D1 | 0 | E | 5 | D | 144 | 1F | 51 |
Octal | 335 | 277 | 321 | 0 | 16 | 5 | 15 | 504 | 37 | 121 |
Binary | 11011101 | 10111111 | 11010001 | 0 | 1110 | 101 | 1101 | 101000100 | 11111 | 1010001 |
Color Harmonies of #DDBFD1
Complementary color
Monochromatic Colors of #DDBFD1
Black with #DDBFD1
Text Example
Text Example
White with #DDBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFD1; }
p { color: rgb(221,191,209); }
H1.HeaderClassName
{
color: #DDBFD1;
}
.AnyTagClassName
{
color: #DDBFD1;
}
</style>
background-color css
<style>
a { background-color: #DDBFD1; }
a { background-color: rgb(221,191,209); }
div.DivClassName
{
background-color: #DDBFD1;
}
.BgClassName
{
background-color: #DDBFD1;
}
</style>
border-color css
<style>
span { border-color: #DDBFD1; }
span { border-color: rgb(221,191,209); }
td.TdClassName
{
border-color: #DDBFD1;
}
.TagClassName
{
border-color: #DDBFD1;
}
</style>