Shades of Twilight #DEC5D1
Tints of Twilight #DEC5D1
RGB
CMYK
RGB Variations
Color information
#DEC5D1 (or 0xDEC5D1) is known color: Twilight. HEX triplet: DE, C5 and D1. RGB value is (222,197,209). Sum of RGB (Red+Green+Blue) = 222+197+209=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5D1 is #213A2E. Grayscale: #CDCDCD. Windows color (decimal): -2177583 or 13747678. OLE color: 13747678.
HSL color Cylindrical-coordinate representation of color #DEC5D1: hue angle of 331.2º 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 #DEC5D1 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 209 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.13 |
| HSL | 331.2º | 0.27% | 0.82% | - |
| HSV(B) | 331.2º | 0.11% | 0.87% | - |
| XYZ | 61.6 | 60.07 | 68.67 | - |
| YUV | 205.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 209 | 0 | 0.11 | 0.06 | 0.13 | 331.2 | 0.27 | 0.82 |
| Hex | DE | C5 | D1 | 0 | B | 6 | D | 14B | 1B | 52 |
| Octal | 336 | 305 | 321 | 0 | 13 | 6 | 15 | 513 | 33 | 122 |
| Binary | 11011110 | 11000101 | 11010001 | 0 | 1011 | 110 | 1101 | 101001011 | 11011 | 1010010 |
Color Harmonies of #DEC5D1
Complementary color
Monochromatic Colors of #DEC5D1
Black with #DEC5D1
Text Example
Text Example
White with #DEC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5D1; }
p { color: rgb(222,197,209); }
H1.HeaderClassName
{
color: #DEC5D1;
}
.AnyTagClassName
{
color: #DEC5D1;
}
</style>
background-color css
<style>
a { background-color: #DEC5D1; }
a { background-color: rgb(222,197,209); }
div.DivClassName
{
background-color: #DEC5D1;
}
.BgClassName
{
background-color: #DEC5D1;
}
</style>
border-color css
<style>
span { border-color: #DEC5D1; }
span { border-color: rgb(222,197,209); }
td.TdClassName
{
border-color: #DEC5D1;
}
.TagClassName
{
border-color: #DEC5D1;
}
</style>