Shades of Twilight #DEC4D3
Tints of Twilight #DEC4D3
RGB
CMYK
RGB Variations
Color information
#DEC4D3 (or 0xDEC4D3) is known color: Twilight. HEX triplet: DE, C4 and D3. RGB value is (222,196,211). Sum of RGB (Red+Green+Blue) = 222+196+211=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4D3 is #213B2C. Grayscale: #CDCDCD. Windows color (decimal): -2177837 or 13878494. OLE color: 13878494.
HSL color Cylindrical-coordinate representation of color #DEC4D3: hue angle of 325.38º 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 #DEC4D3 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 196 | 211 | - |
CMYK | 0 | 0.12 | 0.05 | 0.13 |
HSL | 325.38º | 0.28% | 0.82% | - |
HSV(B) | 325.38º | 0.12% | 0.87% | - |
XYZ | 61.62 | 59.71 | 69.91 | - |
YUV | 205.48 | 131.11 | 139.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 196 | 211 | 0 | 0.12 | 0.05 | 0.13 | 325.38 | 0.28 | 0.82 |
Hex | DE | C4 | D3 | 0 | C | 5 | D | 145 | 1C | 52 |
Octal | 336 | 304 | 323 | 0 | 14 | 5 | 15 | 505 | 34 | 122 |
Binary | 11011110 | 11000100 | 11010011 | 0 | 1100 | 101 | 1101 | 101000101 | 11100 | 1010010 |
Color Harmonies of #DEC4D3
Complementary color
Monochromatic Colors of #DEC4D3
Black with #DEC4D3
Text Example
Text Example
White with #DEC4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4D3; }
p { color: rgb(222,196,211); }
H1.HeaderClassName
{
color: #DEC4D3;
}
.AnyTagClassName
{
color: #DEC4D3;
}
</style>
background-color css
<style>
a { background-color: #DEC4D3; }
a { background-color: rgb(222,196,211); }
div.DivClassName
{
background-color: #DEC4D3;
}
.BgClassName
{
background-color: #DEC4D3;
}
</style>
border-color css
<style>
span { border-color: #DEC4D3; }
span { border-color: rgb(222,196,211); }
td.TdClassName
{
border-color: #DEC4D3;
}
.TagClassName
{
border-color: #DEC4D3;
}
</style>