Shades of Twilight #DEB0CB
Tints of Twilight #DEB0CB
RGB
CMYK
RGB Variations
Color information
#DEB0CB (or 0xDEB0CB) is known color: Twilight. HEX triplet: DE, B0 and CB. RGB value is (222,176,203). Sum of RGB (Red+Green+Blue) = 222+176+203=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0CB is #214F34. Grayscale: #C0C0C0. Windows color (decimal): -2182965 or 13349086. OLE color: 13349086.
HSL color Cylindrical-coordinate representation of color #DEB0CB: hue angle of 324.78º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEB0CB is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 203 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.13 |
| HSL | 324.78º | 0.41% | 0.78% | - |
| HSV(B) | 324.78º | 0.21% | 0.87% | - |
| XYZ | 56.43 | 50.89 | 63.35 | - |
| YUV | 192.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 203 | 0 | 0.21 | 0.09 | 0.13 | 324.78 | 0.41 | 0.78 |
| Hex | DE | B0 | CB | 0 | 15 | 9 | D | 145 | 29 | 4E |
| Octal | 336 | 260 | 313 | 0 | 25 | 11 | 15 | 505 | 51 | 116 |
| Binary | 11011110 | 10110000 | 11001011 | 0 | 10101 | 1001 | 1101 | 101000101 | 101001 | 1001110 |
Color Harmonies of #DEB0CB
Complementary color
Monochromatic Colors of #DEB0CB
Black with #DEB0CB
Text Example
Text Example
White with #DEB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0CB; }
p { color: rgb(222,176,203); }
H1.HeaderClassName
{
color: #DEB0CB;
}
.AnyTagClassName
{
color: #DEB0CB;
}
</style>
background-color css
<style>
a { background-color: #DEB0CB; }
a { background-color: rgb(222,176,203); }
div.DivClassName
{
background-color: #DEB0CB;
}
.BgClassName
{
background-color: #DEB0CB;
}
</style>
border-color css
<style>
span { border-color: #DEB0CB; }
span { border-color: rgb(222,176,203); }
td.TdClassName
{
border-color: #DEB0CB;
}
.TagClassName
{
border-color: #DEB0CB;
}
</style>