Shades of Twilight #DEC5D3
Tints of Twilight #DEC5D3
RGB
CMYK
RGB Variations
Color information
#DEC5D3 (or 0xDEC5D3) is known color: Twilight. HEX triplet: DE, C5 and D3. RGB value is (222,197,211). Sum of RGB (Red+Green+Blue) = 222+197+211=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5D3 is #213A2C. Grayscale: #CECECE. Windows color (decimal): -2177581 or 13878750. OLE color: 13878750.
HSL color Cylindrical-coordinate representation of color #DEC5D3: hue angle of 326.4º 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 #DEC5D3 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 211 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.13 |
| HSL | 326.4º | 0.27% | 0.82% | - |
| HSV(B) | 326.4º | 0.11% | 0.87% | - |
| XYZ | 61.85 | 60.17 | 69.98 | - |
| YUV | 206.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 211 | 0 | 0.11 | 0.05 | 0.13 | 326.4 | 0.27 | 0.82 |
| Hex | DE | C5 | D3 | 0 | B | 5 | D | 146 | 1B | 52 |
| Octal | 336 | 305 | 323 | 0 | 13 | 5 | 15 | 506 | 33 | 122 |
| Binary | 11011110 | 11000101 | 11010011 | 0 | 1011 | 101 | 1101 | 101000110 | 11011 | 1010010 |
Color Harmonies of #DEC5D3
Complementary color
Monochromatic Colors of #DEC5D3
Black with #DEC5D3
Text Example
Text Example
White with #DEC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5D3; }
p { color: rgb(222,197,211); }
H1.HeaderClassName
{
color: #DEC5D3;
}
.AnyTagClassName
{
color: #DEC5D3;
}
</style>
background-color css
<style>
a { background-color: #DEC5D3; }
a { background-color: rgb(222,197,211); }
div.DivClassName
{
background-color: #DEC5D3;
}
.BgClassName
{
background-color: #DEC5D3;
}
</style>
border-color css
<style>
span { border-color: #DEC5D3; }
span { border-color: rgb(222,197,211); }
td.TdClassName
{
border-color: #DEC5D3;
}
.TagClassName
{
border-color: #DEC5D3;
}
</style>