Shades of Twilight #DEB8CF
Tints of Twilight #DEB8CF
RGB
CMYK
RGB Variations
Color information
#DEB8CF (or 0xDEB8CF) is known color: Twilight. HEX triplet: DE, B8 and CF. RGB value is (222,184,207). Sum of RGB (Red+Green+Blue) = 222+184+207=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB8CF is #214730. Grayscale: #C5C5C5. Windows color (decimal): -2180913 or 13613278. OLE color: 13613278.
HSL color Cylindrical-coordinate representation of color #DEB8CF: hue angle of 323.68º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEB8CF is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 184 | 207 | - |
CMYK | 0 | 0.17 | 0.07 | 0.13 |
HSL | 323.68º | 0.37% | 0.8% | - |
HSV(B) | 323.68º | 0.17% | 0.87% | - |
XYZ | 58.53 | 54.32 | 66.43 | - |
YUV | 197.98 | 133.09 | 145.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 184 | 207 | 0 | 0.17 | 0.07 | 0.13 | 323.68 | 0.37 | 0.8 |
Hex | DE | B8 | CF | 0 | 11 | 7 | D | 144 | 25 | 50 |
Octal | 336 | 270 | 317 | 0 | 21 | 7 | 15 | 504 | 45 | 120 |
Binary | 11011110 | 10111000 | 11001111 | 0 | 10001 | 111 | 1101 | 101000100 | 100101 | 1010000 |
Color Harmonies of #DEB8CF
Complementary color
Monochromatic Colors of #DEB8CF
Black with #DEB8CF
Text Example
Text Example
White with #DEB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB8CF; }
p { color: rgb(222,184,207); }
H1.HeaderClassName
{
color: #DEB8CF;
}
.AnyTagClassName
{
color: #DEB8CF;
}
</style>
background-color css
<style>
a { background-color: #DEB8CF; }
a { background-color: rgb(222,184,207); }
div.DivClassName
{
background-color: #DEB8CF;
}
.BgClassName
{
background-color: #DEB8CF;
}
</style>
border-color css
<style>
span { border-color: #DEB8CF; }
span { border-color: rgb(222,184,207); }
td.TdClassName
{
border-color: #DEB8CF;
}
.TagClassName
{
border-color: #DEB8CF;
}
</style>