Shades of Twilight #DDBFD2
Tints of Twilight #DDBFD2
RGB
CMYK
RGB Variations
Color information
#DDBFD2 (or 0xDDBFD2) is known color: Twilight. HEX triplet: DD, BF and D2. RGB value is (221,191,210). Sum of RGB (Red+Green+Blue) = 221+191+210=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFD2 is #22402D. Grayscale: #CACACA. Windows color (decimal): -2244654 or 13811677. OLE color: 13811677.
HSL color Cylindrical-coordinate representation of color #DDBFD2: hue angle of 322º 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 #DDBFD2 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 210 | - |
CMYK | 0 | 0.14 | 0.05 | 0.13 |
HSL | 322º | 0.31% | 0.81% | - |
HSV(B) | 322º | 0.14% | 0.87% | - |
XYZ | 60.08 | 57.29 | 68.86 | - |
YUV | 202.14 | 132.44 | 141.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 210 | 0 | 0.14 | 0.05 | 0.13 | 322 | 0.31 | 0.81 |
Hex | DD | BF | D2 | 0 | E | 5 | D | 142 | 1F | 51 |
Octal | 335 | 277 | 322 | 0 | 16 | 5 | 15 | 502 | 37 | 121 |
Binary | 11011101 | 10111111 | 11010010 | 0 | 1110 | 101 | 1101 | 101000010 | 11111 | 1010001 |
Color Harmonies of #DDBFD2
Complementary color
Monochromatic Colors of #DDBFD2
Black with #DDBFD2
Text Example
Text Example
White with #DDBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFD2; }
p { color: rgb(221,191,210); }
H1.HeaderClassName
{
color: #DDBFD2;
}
.AnyTagClassName
{
color: #DDBFD2;
}
</style>
background-color css
<style>
a { background-color: #DDBFD2; }
a { background-color: rgb(221,191,210); }
div.DivClassName
{
background-color: #DDBFD2;
}
.BgClassName
{
background-color: #DDBFD2;
}
</style>
border-color css
<style>
span { border-color: #DDBFD2; }
span { border-color: rgb(221,191,210); }
td.TdClassName
{
border-color: #DDBFD2;
}
.TagClassName
{
border-color: #DDBFD2;
}
</style>