Shades of Twilight #DDBFD3
Tints of Twilight #DDBFD3
RGB
CMYK
RGB Variations
Color information
#DDBFD3 (or 0xDDBFD3) is known color: Twilight. HEX triplet: DD, BF and D3. RGB value is (221,191,211). Sum of RGB (Red+Green+Blue) = 221+191+211=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFD3 is #22402C. Grayscale: #CACACA. Windows color (decimal): -2244653 or 13877213. OLE color: 13877213.
HSL color Cylindrical-coordinate representation of color #DDBFD3: hue angle of 320º 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 #DDBFD3 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 211 | - |
CMYK | 0 | 0.14 | 0.05 | 0.13 |
HSL | 320º | 0.31% | 0.81% | - |
HSV(B) | 320º | 0.14% | 0.87% | - |
XYZ | 60.21 | 57.34 | 69.52 | - |
YUV | 202.25 | 132.94 | 141.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 211 | 0 | 0.14 | 0.05 | 0.13 | 320 | 0.31 | 0.81 |
Hex | DD | BF | D3 | 0 | E | 5 | D | 140 | 1F | 51 |
Octal | 335 | 277 | 323 | 0 | 16 | 5 | 15 | 500 | 37 | 121 |
Binary | 11011101 | 10111111 | 11010011 | 0 | 1110 | 101 | 1101 | 101000000 | 11111 | 1010001 |
Color Harmonies of #DDBFD3
Complementary color
Monochromatic Colors of #DDBFD3
Black with #DDBFD3
Text Example
Text Example
White with #DDBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFD3; }
p { color: rgb(221,191,211); }
H1.HeaderClassName
{
color: #DDBFD3;
}
.AnyTagClassName
{
color: #DDBFD3;
}
</style>
background-color css
<style>
a { background-color: #DDBFD3; }
a { background-color: rgb(221,191,211); }
div.DivClassName
{
background-color: #DDBFD3;
}
.BgClassName
{
background-color: #DDBFD3;
}
</style>
border-color css
<style>
span { border-color: #DDBFD3; }
span { border-color: rgb(221,191,211); }
td.TdClassName
{
border-color: #DDBFD3;
}
.TagClassName
{
border-color: #DDBFD3;
}
</style>