Shades of Twilight #DEC7D4
Tints of Twilight #DEC7D4
RGB
CMYK
RGB Variations
Color information
#DEC7D4 (or 0xDEC7D4) is known color: Twilight. HEX triplet: DE, C7 and D4. RGB value is (222,199,212). Sum of RGB (Red+Green+Blue) = 222+199+212=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7D4 is #21382B. Grayscale: #CFCFCF. Windows color (decimal): -2177068 or 13944798. OLE color: 13944798.
HSL color Cylindrical-coordinate representation of color #DEC7D4: hue angle of 326.09º 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 #DEC7D4 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 199 | 212 | - |
CMYK | 0 | 0.10 | 0.05 | 0.13 |
HSL | 326.09º | 0.26% | 0.83% | - |
HSV(B) | 326.09º | 0.1% | 0.87% | - |
XYZ | 62.43 | 61.13 | 70.8 | - |
YUV | 207.36 | 130.62 | 138.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 199 | 212 | 0 | 0.10 | 0.05 | 0.13 | 326.09 | 0.26 | 0.83 |
Hex | DE | C7 | D4 | 0 | A | 5 | D | 146 | 1A | 53 |
Octal | 336 | 307 | 324 | 0 | 12 | 5 | 15 | 506 | 32 | 123 |
Binary | 11011110 | 11000111 | 11010100 | 0 | 1010 | 101 | 1101 | 101000110 | 11010 | 1010011 |
Color Harmonies of #DEC7D4
Complementary color
Monochromatic Colors of #DEC7D4
Black with #DEC7D4
Text Example
Text Example
White with #DEC7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7D4; }
p { color: rgb(222,199,212); }
H1.HeaderClassName
{
color: #DEC7D4;
}
.AnyTagClassName
{
color: #DEC7D4;
}
</style>
background-color css
<style>
a { background-color: #DEC7D4; }
a { background-color: rgb(222,199,212); }
div.DivClassName
{
background-color: #DEC7D4;
}
.BgClassName
{
background-color: #DEC7D4;
}
</style>
border-color css
<style>
span { border-color: #DEC7D4; }
span { border-color: rgb(222,199,212); }
td.TdClassName
{
border-color: #DEC7D4;
}
.TagClassName
{
border-color: #DEC7D4;
}
</style>