Shades of Twilight #DEB4CD
Tints of Twilight #DEB4CD
RGB
CMYK
RGB Variations
Color information
#DEB4CD (or 0xDEB4CD) is known color: Twilight. HEX triplet: DE, B4 and CD. RGB value is (222,180,205). Sum of RGB (Red+Green+Blue) = 222+180+205=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB4CD is #214B32. Grayscale: #C3C3C3. Windows color (decimal): -2181939 or 13481182. OLE color: 13481182.
HSL color Cylindrical-coordinate representation of color #DEB4CD: hue angle of 324.29º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEB4CD is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 180 | 205 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.13 |
| HSL | 324.29º | 0.39% | 0.79% | - |
| HSV(B) | 324.29º | 0.19% | 0.87% | - |
| XYZ | 57.46 | 52.58 | 64.88 | - |
| YUV | 195.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 205 | 0 | 0.19 | 0.08 | 0.13 | 324.29 | 0.39 | 0.79 |
| Hex | DE | B4 | CD | 0 | 13 | 8 | D | 144 | 27 | 4F |
| Octal | 336 | 264 | 315 | 0 | 23 | 10 | 15 | 504 | 47 | 117 |
| Binary | 11011110 | 10110100 | 11001101 | 0 | 10011 | 1000 | 1101 | 101000100 | 100111 | 1001111 |
Color Harmonies of #DEB4CD
Complementary color
Monochromatic Colors of #DEB4CD
Black with #DEB4CD
Text Example
Text Example
White with #DEB4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB4CD; }
p { color: rgb(222,180,205); }
H1.HeaderClassName
{
color: #DEB4CD;
}
.AnyTagClassName
{
color: #DEB4CD;
}
</style>
background-color css
<style>
a { background-color: #DEB4CD; }
a { background-color: rgb(222,180,205); }
div.DivClassName
{
background-color: #DEB4CD;
}
.BgClassName
{
background-color: #DEB4CD;
}
</style>
border-color css
<style>
span { border-color: #DEB4CD; }
span { border-color: rgb(222,180,205); }
td.TdClassName
{
border-color: #DEB4CD;
}
.TagClassName
{
border-color: #DEB4CD;
}
</style>