Shades of Twilight #DDBFCC
Tints of Twilight #DDBFCC
RGB
CMYK
RGB Variations
Color information
#DDBFCC (or 0xDDBFCC) is known color: Twilight. HEX triplet: DD, BF and CC. RGB value is (221,191,204). Sum of RGB (Red+Green+Blue) = 221+191+204=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFCC is #224033. Grayscale: #C9C9C9. Windows color (decimal): -2244660 or 13418461. OLE color: 13418461.
HSL color Cylindrical-coordinate representation of color #DDBFCC: hue angle of 334º 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 #DDBFCC is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 204 | - |
CMYK | 0 | 0.14 | 0.08 | 0.13 |
HSL | 334º | 0.31% | 0.81% | - |
HSV(B) | 334º | 0.14% | 0.87% | - |
XYZ | 59.35 | 56.99 | 65 | - |
YUV | 201.45 | 129.44 | 141.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 204 | 0 | 0.14 | 0.08 | 0.13 | 334 | 0.31 | 0.81 |
Hex | DD | BF | CC | 0 | E | 8 | D | 14E | 1F | 51 |
Octal | 335 | 277 | 314 | 0 | 16 | 10 | 15 | 516 | 37 | 121 |
Binary | 11011101 | 10111111 | 11001100 | 0 | 1110 | 1000 | 1101 | 101001110 | 11111 | 1010001 |
Color Harmonies of #DDBFCC
Complementary color
Monochromatic Colors of #DDBFCC
Black with #DDBFCC
Text Example
Text Example
White with #DDBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFCC; }
p { color: rgb(221,191,204); }
H1.HeaderClassName
{
color: #DDBFCC;
}
.AnyTagClassName
{
color: #DDBFCC;
}
</style>
background-color css
<style>
a { background-color: #DDBFCC; }
a { background-color: rgb(221,191,204); }
div.DivClassName
{
background-color: #DDBFCC;
}
.BgClassName
{
background-color: #DDBFCC;
}
</style>
border-color css
<style>
span { border-color: #DDBFCC; }
span { border-color: rgb(221,191,204); }
td.TdClassName
{
border-color: #DDBFCC;
}
.TagClassName
{
border-color: #DDBFCC;
}
</style>