Shades of Twilight #DEC5D2
Tints of Twilight #DEC5D2
RGB
CMYK
RGB Variations
Color information
#DEC5D2 (or 0xDEC5D2) is known color: Twilight. HEX triplet: DE, C5 and D2. RGB value is (222,197,210). Sum of RGB (Red+Green+Blue) = 222+197+210=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5D2 is #213A2D. Grayscale: #CDCDCD. Windows color (decimal): -2177582 or 13813214. OLE color: 13813214.
HSL color Cylindrical-coordinate representation of color #DEC5D2: hue angle of 328.8º 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 #DEC5D2 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 210 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.13 |
| HSL | 328.8º | 0.27% | 0.82% | - |
| HSV(B) | 328.8º | 0.11% | 0.87% | - |
| XYZ | 61.72 | 60.12 | 69.32 | - |
| YUV | 205.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 210 | 0 | 0.11 | 0.05 | 0.13 | 328.8 | 0.27 | 0.82 |
| Hex | DE | C5 | D2 | 0 | B | 5 | D | 149 | 1B | 52 |
| Octal | 336 | 305 | 322 | 0 | 13 | 5 | 15 | 511 | 33 | 122 |
| Binary | 11011110 | 11000101 | 11010010 | 0 | 1011 | 101 | 1101 | 101001001 | 11011 | 1010010 |
Color Harmonies of #DEC5D2
Complementary color
Monochromatic Colors of #DEC5D2
Black with #DEC5D2
Text Example
Text Example
White with #DEC5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5D2; }
p { color: rgb(222,197,210); }
H1.HeaderClassName
{
color: #DEC5D2;
}
.AnyTagClassName
{
color: #DEC5D2;
}
</style>
background-color css
<style>
a { background-color: #DEC5D2; }
a { background-color: rgb(222,197,210); }
div.DivClassName
{
background-color: #DEC5D2;
}
.BgClassName
{
background-color: #DEC5D2;
}
</style>
border-color css
<style>
span { border-color: #DEC5D2; }
span { border-color: rgb(222,197,210); }
td.TdClassName
{
border-color: #DEC5D2;
}
.TagClassName
{
border-color: #DEC5D2;
}
</style>