Shades of Twilight #DECCD8
Tints of Twilight #DECCD8
RGB
CMYK
RGB Variations
Color information
#DECCD8 (or 0xDECCD8) is known color: Twilight. HEX triplet: DE, CC and D8. RGB value is (222,204,216). Sum of RGB (Red+Green+Blue) = 222+204+216=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCD8 is #213327. Grayscale: #D2D2D2. Windows color (decimal): -2175784 or 14208222. OLE color: 14208222.
HSL color Cylindrical-coordinate representation of color #DECCD8: hue angle of 320º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECCD8 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 216 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.13 |
| HSL | 320º | 0.21% | 0.84% | - |
| HSV(B) | 320º | 0.08% | 0.87% | - |
| XYZ | 64.11 | 63.67 | 73.88 | - |
| YUV | 210.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 216 | 0 | 0.08 | 0.03 | 0.13 | 320 | 0.21 | 0.84 |
| Hex | DE | CC | D8 | 0 | 8 | 3 | D | 140 | 15 | 54 |
| Octal | 336 | 314 | 330 | 0 | 10 | 3 | 15 | 500 | 25 | 124 |
| Binary | 11011110 | 11001100 | 11011000 | 0 | 1000 | 11 | 1101 | 101000000 | 10101 | 1010100 |
Color Harmonies of #DECCD8
Complementary color
Monochromatic Colors of #DECCD8
Black with #DECCD8
Text Example
Text Example
White with #DECCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCD8; }
p { color: rgb(222,204,216); }
H1.HeaderClassName
{
color: #DECCD8;
}
.AnyTagClassName
{
color: #DECCD8;
}
</style>
background-color css
<style>
a { background-color: #DECCD8; }
a { background-color: rgb(222,204,216); }
div.DivClassName
{
background-color: #DECCD8;
}
.BgClassName
{
background-color: #DECCD8;
}
</style>
border-color css
<style>
span { border-color: #DECCD8; }
span { border-color: rgb(222,204,216); }
td.TdClassName
{
border-color: #DECCD8;
}
.TagClassName
{
border-color: #DECCD8;
}
</style>