Shades of Twilight #DEC7D3
Tints of Twilight #DEC7D3
RGB
CMYK
RGB Variations
Color information
#DEC7D3 (or 0xDEC7D3) is known color: Twilight. HEX triplet: DE, C7 and D3. RGB value is (222,199,211). Sum of RGB (Red+Green+Blue) = 222+199+211=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7D3 is #21382C. Grayscale: #CFCFCF. Windows color (decimal): -2177069 or 13879262. OLE color: 13879262.
HSL color Cylindrical-coordinate representation of color #DEC7D3: hue angle of 328.7º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC7D3 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 211 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.13 |
| HSL | 328.7º | 0.26% | 0.83% | - |
| HSV(B) | 328.7º | 0.1% | 0.87% | - |
| XYZ | 62.31 | 61.08 | 70.13 | - |
| YUV | 207.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 211 | 0 | 0.10 | 0.05 | 0.13 | 328.7 | 0.26 | 0.83 |
| Hex | DE | C7 | D3 | 0 | A | 5 | D | 149 | 1A | 53 |
| Octal | 336 | 307 | 323 | 0 | 12 | 5 | 15 | 511 | 32 | 123 |
| Binary | 11011110 | 11000111 | 11010011 | 0 | 1010 | 101 | 1101 | 101001001 | 11010 | 1010011 |
Color Harmonies of #DEC7D3
Complementary color
Monochromatic Colors of #DEC7D3
Black with #DEC7D3
Text Example
Text Example
White with #DEC7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7D3; }
p { color: rgb(222,199,211); }
H1.HeaderClassName
{
color: #DEC7D3;
}
.AnyTagClassName
{
color: #DEC7D3;
}
</style>
background-color css
<style>
a { background-color: #DEC7D3; }
a { background-color: rgb(222,199,211); }
div.DivClassName
{
background-color: #DEC7D3;
}
.BgClassName
{
background-color: #DEC7D3;
}
</style>
border-color css
<style>
span { border-color: #DEC7D3; }
span { border-color: rgb(222,199,211); }
td.TdClassName
{
border-color: #DEC7D3;
}
.TagClassName
{
border-color: #DEC7D3;
}
</style>