Shades of Twilight #DDBFCD
Tints of Twilight #DDBFCD
RGB
CMYK
RGB Variations
Color information
#DDBFCD (or 0xDDBFCD) is known color: Twilight. HEX triplet: DD, BF and CD. RGB value is (221,191,205). Sum of RGB (Red+Green+Blue) = 221+191+205=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFCD is #224032. Grayscale: #C9C9C9. Windows color (decimal): -2244659 or 13483997. OLE color: 13483997.
HSL color Cylindrical-coordinate representation of color #DDBFCD: hue angle of 332º 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 #DDBFCD is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 205 | - |
CMYK | 0 | 0.14 | 0.07 | 0.13 |
HSL | 332º | 0.31% | 0.81% | - |
HSV(B) | 332º | 0.14% | 0.87% | - |
XYZ | 59.47 | 57.04 | 65.63 | - |
YUV | 201.57 | 129.94 | 141.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 205 | 0 | 0.14 | 0.07 | 0.13 | 332 | 0.31 | 0.81 |
Hex | DD | BF | CD | 0 | E | 7 | D | 14C | 1F | 51 |
Octal | 335 | 277 | 315 | 0 | 16 | 7 | 15 | 514 | 37 | 121 |
Binary | 11011101 | 10111111 | 11001101 | 0 | 1110 | 111 | 1101 | 101001100 | 11111 | 1010001 |
Color Harmonies of #DDBFCD
Complementary color
Monochromatic Colors of #DDBFCD
Black with #DDBFCD
Text Example
Text Example
White with #DDBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFCD; }
p { color: rgb(221,191,205); }
H1.HeaderClassName
{
color: #DDBFCD;
}
.AnyTagClassName
{
color: #DDBFCD;
}
</style>
background-color css
<style>
a { background-color: #DDBFCD; }
a { background-color: rgb(221,191,205); }
div.DivClassName
{
background-color: #DDBFCD;
}
.BgClassName
{
background-color: #DDBFCD;
}
</style>
border-color css
<style>
span { border-color: #DDBFCD; }
span { border-color: rgb(221,191,205); }
td.TdClassName
{
border-color: #DDBFCD;
}
.TagClassName
{
border-color: #DDBFCD;
}
</style>