Shades of Twilight #DEC5CF
Tints of Twilight #DEC5CF
RGB
CMYK
RGB Variations
Color information
#DEC5CF (or 0xDEC5CF) is known color: Twilight. HEX triplet: DE, C5 and CF. RGB value is (222,197,207). Sum of RGB (Red+Green+Blue) = 222+197+207=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5CF is #213A30. Grayscale: #CDCDCD. Windows color (decimal): -2177585 or 13616606. OLE color: 13616606.
HSL color Cylindrical-coordinate representation of color #DEC5CF: hue angle of 336º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEC5CF is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 207 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.13 |
| HSL | 336º | 0.27% | 0.82% | - |
| HSV(B) | 336º | 0.11% | 0.87% | - |
| XYZ | 61.35 | 59.97 | 67.37 | - |
| YUV | 205.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 207 | 0 | 0.11 | 0.07 | 0.13 | 336 | 0.27 | 0.82 |
| Hex | DE | C5 | CF | 0 | B | 7 | D | 150 | 1B | 52 |
| Octal | 336 | 305 | 317 | 0 | 13 | 7 | 15 | 520 | 33 | 122 |
| Binary | 11011110 | 11000101 | 11001111 | 0 | 1011 | 111 | 1101 | 101010000 | 11011 | 1010010 |
Color Harmonies of #DEC5CF
Complementary color
Monochromatic Colors of #DEC5CF
Black with #DEC5CF
Text Example
Text Example
White with #DEC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5CF; }
p { color: rgb(222,197,207); }
H1.HeaderClassName
{
color: #DEC5CF;
}
.AnyTagClassName
{
color: #DEC5CF;
}
</style>
background-color css
<style>
a { background-color: #DEC5CF; }
a { background-color: rgb(222,197,207); }
div.DivClassName
{
background-color: #DEC5CF;
}
.BgClassName
{
background-color: #DEC5CF;
}
</style>
border-color css
<style>
span { border-color: #DEC5CF; }
span { border-color: rgb(222,197,207); }
td.TdClassName
{
border-color: #DEC5CF;
}
.TagClassName
{
border-color: #DEC5CF;
}
</style>