Shades of Twilight #DDBECA
Tints of Twilight #DDBECA
RGB
CMYK
RGB Variations
Color information
#DDBECA (or 0xDDBECA) is known color: Twilight. HEX triplet: DD, BE and CA. RGB value is (221,190,202). Sum of RGB (Red+Green+Blue) = 221+190+202=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBECA is #224135. Grayscale: #C8C8C8. Windows color (decimal): -2244918 or 13287133. OLE color: 13287133.
HSL color Cylindrical-coordinate representation of color #DDBECA: hue angle of 336.77º 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 #DDBECA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 202 | - |
CMYK | 0 | 0.14 | 0.09 | 0.13 |
HSL | 336.77º | 0.31% | 0.81% | - |
HSV(B) | 336.77º | 0.14% | 0.87% | - |
XYZ | 58.89 | 56.46 | 63.67 | - |
YUV | 200.64 | 128.77 | 142.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 202 | 0 | 0.14 | 0.09 | 0.13 | 336.77 | 0.31 | 0.81 |
Hex | DD | BE | CA | 0 | E | 9 | D | 151 | 1F | 51 |
Octal | 335 | 276 | 312 | 0 | 16 | 11 | 15 | 521 | 37 | 121 |
Binary | 11011101 | 10111110 | 11001010 | 0 | 1110 | 1001 | 1101 | 101010001 | 11111 | 1010001 |
Color Harmonies of #DDBECA
Complementary color
Monochromatic Colors of #DDBECA
Black with #DDBECA
Text Example
Text Example
White with #DDBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBECA; }
p { color: rgb(221,190,202); }
H1.HeaderClassName
{
color: #DDBECA;
}
.AnyTagClassName
{
color: #DDBECA;
}
</style>
background-color css
<style>
a { background-color: #DDBECA; }
a { background-color: rgb(221,190,202); }
div.DivClassName
{
background-color: #DDBECA;
}
.BgClassName
{
background-color: #DDBECA;
}
</style>
border-color css
<style>
span { border-color: #DDBECA; }
span { border-color: rgb(221,190,202); }
td.TdClassName
{
border-color: #DDBECA;
}
.TagClassName
{
border-color: #DDBECA;
}
</style>