Shades of Twilight #DECFD9
Tints of Twilight #DECFD9
RGB
CMYK
RGB Variations
Color information
#DECFD9 (or 0xDECFD9) is known color: Twilight. HEX triplet: DE, CF and D9. RGB value is (222,207,217). Sum of RGB (Red+Green+Blue) = 222+207+217=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFD9 is #213026. Grayscale: #D4D4D4. Windows color (decimal): -2175015 or 14274526. OLE color: 14274526.
HSL color Cylindrical-coordinate representation of color #DECFD9: hue angle of 320º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DECFD9 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 217 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.13 |
| HSL | 320º | 0.19% | 0.84% | - |
| HSV(B) | 320º | 0.07% | 0.87% | - |
| XYZ | 64.96 | 65.17 | 74.8 | - |
| YUV | 212.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 217 | 0 | 0.07 | 0.02 | 0.13 | 320 | 0.19 | 0.84 |
| Hex | DE | CF | D9 | 0 | 7 | 2 | D | 140 | 13 | 54 |
| Octal | 336 | 317 | 331 | 0 | 7 | 2 | 15 | 500 | 23 | 124 |
| Binary | 11011110 | 11001111 | 11011001 | 0 | 111 | 10 | 1101 | 101000000 | 10011 | 1010100 |
Color Harmonies of #DECFD9
Complementary color
Monochromatic Colors of #DECFD9
Black with #DECFD9
Text Example
Text Example
White with #DECFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECFD9; }
p { color: rgb(222,207,217); }
H1.HeaderClassName
{
color: #DECFD9;
}
.AnyTagClassName
{
color: #DECFD9;
}
</style>
background-color css
<style>
a { background-color: #DECFD9; }
a { background-color: rgb(222,207,217); }
div.DivClassName
{
background-color: #DECFD9;
}
.BgClassName
{
background-color: #DECFD9;
}
</style>
border-color css
<style>
span { border-color: #DECFD9; }
span { border-color: rgb(222,207,217); }
td.TdClassName
{
border-color: #DECFD9;
}
.TagClassName
{
border-color: #DECFD9;
}
</style>