Shades of Twilight #DEC3CF
Tints of Twilight #DEC3CF
RGB
CMYK
RGB Variations
Color information
#DEC3CF (or 0xDEC3CF) is known color: Twilight. HEX triplet: DE, C3 and CF. RGB value is (222,195,207). Sum of RGB (Red+Green+Blue) = 222+195+207=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3CF is #213C30. Grayscale: #CCCCCC. Windows color (decimal): -2178097 or 13616094. OLE color: 13616094.
HSL color Cylindrical-coordinate representation of color #DEC3CF: hue angle of 333.33º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC3CF is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 207 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.13 |
| HSL | 333.33º | 0.29% | 0.82% | - |
| HSV(B) | 333.33º | 0.12% | 0.87% | - |
| XYZ | 60.9 | 59.06 | 67.22 | - |
| YUV | 204.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 207 | 0 | 0.12 | 0.07 | 0.13 | 333.33 | 0.29 | 0.82 |
| Hex | DE | C3 | CF | 0 | C | 7 | D | 14D | 1D | 52 |
| Octal | 336 | 303 | 317 | 0 | 14 | 7 | 15 | 515 | 35 | 122 |
| Binary | 11011110 | 11000011 | 11001111 | 0 | 1100 | 111 | 1101 | 101001101 | 11101 | 1010010 |
Color Harmonies of #DEC3CF
Complementary color
Monochromatic Colors of #DEC3CF
Black with #DEC3CF
Text Example
Text Example
White with #DEC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3CF; }
p { color: rgb(222,195,207); }
H1.HeaderClassName
{
color: #DEC3CF;
}
.AnyTagClassName
{
color: #DEC3CF;
}
</style>
background-color css
<style>
a { background-color: #DEC3CF; }
a { background-color: rgb(222,195,207); }
div.DivClassName
{
background-color: #DEC3CF;
}
.BgClassName
{
background-color: #DEC3CF;
}
</style>
border-color css
<style>
span { border-color: #DEC3CF; }
span { border-color: rgb(222,195,207); }
td.TdClassName
{
border-color: #DEC3CF;
}
.TagClassName
{
border-color: #DEC3CF;
}
</style>