Shades of Twilight #DECBD7
Tints of Twilight #DECBD7
RGB
CMYK
RGB Variations
Color information
#DECBD7 (or 0xDECBD7) is known color: Twilight. HEX triplet: DE, CB and D7. RGB value is (222,203,215). Sum of RGB (Red+Green+Blue) = 222+203+215=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBD7 is #213428. Grayscale: #D2D2D2. Windows color (decimal): -2176041 or 14142430. OLE color: 14142430.
HSL color Cylindrical-coordinate representation of color #DECBD7: hue angle of 322.11º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECBD7 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 215 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.13 |
| HSL | 322.11º | 0.22% | 0.83% | - |
| HSV(B) | 322.11º | 0.09% | 0.87% | - |
| XYZ | 63.75 | 63.15 | 73.12 | - |
| YUV | 210.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 215 | 0 | 0.09 | 0.03 | 0.13 | 322.11 | 0.22 | 0.83 |
| Hex | DE | CB | D7 | 0 | 9 | 3 | D | 142 | 16 | 53 |
| Octal | 336 | 313 | 327 | 0 | 11 | 3 | 15 | 502 | 26 | 123 |
| Binary | 11011110 | 11001011 | 11010111 | 0 | 1001 | 11 | 1101 | 101000010 | 10110 | 1010011 |
Color Harmonies of #DECBD7
Complementary color
Monochromatic Colors of #DECBD7
Black with #DECBD7
Text Example
Text Example
White with #DECBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBD7; }
p { color: rgb(222,203,215); }
H1.HeaderClassName
{
color: #DECBD7;
}
.AnyTagClassName
{
color: #DECBD7;
}
</style>
background-color css
<style>
a { background-color: #DECBD7; }
a { background-color: rgb(222,203,215); }
div.DivClassName
{
background-color: #DECBD7;
}
.BgClassName
{
background-color: #DECBD7;
}
</style>
border-color css
<style>
span { border-color: #DECBD7; }
span { border-color: rgb(222,203,215); }
td.TdClassName
{
border-color: #DECBD7;
}
.TagClassName
{
border-color: #DECBD7;
}
</style>