Shades of Twilight #DEBECA
Tints of Twilight #DEBECA
RGB
CMYK
RGB Variations
Color information
#DEBECA (or 0xDEBECA) is known color: Twilight. HEX triplet: DE, BE and CA. RGB value is (222,190,202). Sum of RGB (Red+Green+Blue) = 222+190+202=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBECA is #214135. Grayscale: #C8C8C8. Windows color (decimal): -2179382 or 13287134. OLE color: 13287134.
HSL color Cylindrical-coordinate representation of color #DEBECA: hue angle of 337.5º degrees, saturation: 0.33, 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 #DEBECA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 202 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.13 |
| HSL | 337.5º | 0.33% | 0.81% | - |
| HSV(B) | 337.5º | 0.14% | 0.87% | - |
| XYZ | 59.2 | 56.62 | 63.69 | - |
| YUV | 200.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 202 | 0 | 0.14 | 0.09 | 0.13 | 337.5 | 0.33 | 0.81 |
| Hex | DE | BE | CA | 0 | E | 9 | D | 152 | 21 | 51 |
| Octal | 336 | 276 | 312 | 0 | 16 | 11 | 15 | 522 | 41 | 121 |
| Binary | 11011110 | 10111110 | 11001010 | 0 | 1110 | 1001 | 1101 | 101010010 | 100001 | 1010001 |
Color Harmonies of #DEBECA
Complementary color
Monochromatic Colors of #DEBECA
Black with #DEBECA
Text Example
Text Example
White with #DEBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBECA; }
p { color: rgb(222,190,202); }
H1.HeaderClassName
{
color: #DEBECA;
}
.AnyTagClassName
{
color: #DEBECA;
}
</style>
background-color css
<style>
a { background-color: #DEBECA; }
a { background-color: rgb(222,190,202); }
div.DivClassName
{
background-color: #DEBECA;
}
.BgClassName
{
background-color: #DEBECA;
}
</style>
border-color css
<style>
span { border-color: #DEBECA; }
span { border-color: rgb(222,190,202); }
td.TdClassName
{
border-color: #DEBECA;
}
.TagClassName
{
border-color: #DEBECA;
}
</style>