Shades of Twilight #DDBFCA
Tints of Twilight #DDBFCA
RGB
CMYK
RGB Variations
Color information
#DDBFCA (or 0xDDBFCA) is known color: Twilight. HEX triplet: DD, BF and CA. RGB value is (221,191,202). Sum of RGB (Red+Green+Blue) = 221+191+202=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFCA is #224035. Grayscale: #C9C9C9. Windows color (decimal): -2244662 or 13287389. OLE color: 13287389.
HSL color Cylindrical-coordinate representation of color #DDBFCA: hue angle of 338º 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 #DDBFCA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 191 | 202 | - |
CMYK | 0 | 0.14 | 0.09 | 0.13 |
HSL | 338º | 0.31% | 0.81% | - |
HSV(B) | 338º | 0.14% | 0.87% | - |
XYZ | 59.11 | 56.9 | 63.74 | - |
YUV | 201.22 | 128.44 | 142.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 191 | 202 | 0 | 0.14 | 0.09 | 0.13 | 338 | 0.31 | 0.81 |
Hex | DD | BF | CA | 0 | E | 9 | D | 152 | 1F | 51 |
Octal | 335 | 277 | 312 | 0 | 16 | 11 | 15 | 522 | 37 | 121 |
Binary | 11011101 | 10111111 | 11001010 | 0 | 1110 | 1001 | 1101 | 101010010 | 11111 | 1010001 |
Color Harmonies of #DDBFCA
Complementary color
Monochromatic Colors of #DDBFCA
Black with #DDBFCA
Text Example
Text Example
White with #DDBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFCA; }
p { color: rgb(221,191,202); }
H1.HeaderClassName
{
color: #DDBFCA;
}
.AnyTagClassName
{
color: #DDBFCA;
}
</style>
background-color css
<style>
a { background-color: #DDBFCA; }
a { background-color: rgb(221,191,202); }
div.DivClassName
{
background-color: #DDBFCA;
}
.BgClassName
{
background-color: #DDBFCA;
}
</style>
border-color css
<style>
span { border-color: #DDBFCA; }
span { border-color: rgb(221,191,202); }
td.TdClassName
{
border-color: #DDBFCA;
}
.TagClassName
{
border-color: #DDBFCA;
}
</style>