Shades of Twilight #DEC4D5
Tints of Twilight #DEC4D5
RGB
CMYK
RGB Variations
Color information
#DEC4D5 (or 0xDEC4D5) is known color: Twilight. HEX triplet: DE, C4 and D5. RGB value is (222,196,213). Sum of RGB (Red+Green+Blue) = 222+196+213=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4D5 is #213B2A. Grayscale: #CDCDCD. Windows color (decimal): -2177835 or 14009566. OLE color: 14009566.
HSL color Cylindrical-coordinate representation of color #DEC4D5: hue angle of 320.77º degrees, saturation: 0.28, 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 #DEC4D5 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 196 | 213 | - |
CMYK | 0 | 0.12 | 0.04 | 0.13 |
HSL | 320.77º | 0.28% | 0.82% | - |
HSV(B) | 320.77º | 0.12% | 0.87% | - |
XYZ | 61.87 | 59.81 | 71.23 | - |
YUV | 205.71 | 132.11 | 139.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 196 | 213 | 0 | 0.12 | 0.04 | 0.13 | 320.77 | 0.28 | 0.82 |
Hex | DE | C4 | D5 | 0 | C | 4 | D | 141 | 1C | 52 |
Octal | 336 | 304 | 325 | 0 | 14 | 4 | 15 | 501 | 34 | 122 |
Binary | 11011110 | 11000100 | 11010101 | 0 | 1100 | 100 | 1101 | 101000001 | 11100 | 1010010 |
Color Harmonies of #DEC4D5
Complementary color
Monochromatic Colors of #DEC4D5
Black with #DEC4D5
Text Example
Text Example
White with #DEC4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4D5; }
p { color: rgb(222,196,213); }
H1.HeaderClassName
{
color: #DEC4D5;
}
.AnyTagClassName
{
color: #DEC4D5;
}
</style>
background-color css
<style>
a { background-color: #DEC4D5; }
a { background-color: rgb(222,196,213); }
div.DivClassName
{
background-color: #DEC4D5;
}
.BgClassName
{
background-color: #DEC4D5;
}
</style>
border-color css
<style>
span { border-color: #DEC4D5; }
span { border-color: rgb(222,196,213); }
td.TdClassName
{
border-color: #DEC4D5;
}
.TagClassName
{
border-color: #DEC4D5;
}
</style>