Shades of Twilight #DBAEC8
Tints of Twilight #DBAEC8
RGB
CMYK
RGB Variations
Color information
#DBAEC8 (or 0xDBAEC8) is known color: Twilight. HEX triplet: DB, AE and C8. RGB value is (219,174,200). Sum of RGB (Red+Green+Blue) = 219+174+200=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEC8 is #245137. Grayscale: #BEBEBE. Windows color (decimal): -2380088 or 13151963. OLE color: 13151963.
HSL color Cylindrical-coordinate representation of color #DBAEC8: hue angle of 325.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAEC8 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 174 | 200 | - |
CMYK | 0 | 0.21 | 0.09 | 0.14 |
HSL | 325.33º | 0.38% | 0.77% | - |
HSV(B) | 325.33º | 0.21% | 0.86% | - |
XYZ | 54.77 | 49.5 | 61.31 | - |
YUV | 190.42 | 133.41 | 148.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 174 | 200 | 0 | 0.21 | 0.09 | 0.14 | 325.33 | 0.38 | 0.77 |
Hex | DB | AE | C8 | 0 | 15 | 9 | E | 145 | 26 | 4D |
Octal | 333 | 256 | 310 | 0 | 25 | 11 | 16 | 505 | 46 | 115 |
Binary | 11011011 | 10101110 | 11001000 | 0 | 10101 | 1001 | 1110 | 101000101 | 100110 | 1001101 |
Color Harmonies of #DBAEC8
Complementary color
Monochromatic Colors of #DBAEC8
Black with #DBAEC8
Text Example
Text Example
White with #DBAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEC8; }
p { color: rgb(219,174,200); }
H1.HeaderClassName
{
color: #DBAEC8;
}
.AnyTagClassName
{
color: #DBAEC8;
}
</style>
background-color css
<style>
a { background-color: #DBAEC8; }
a { background-color: rgb(219,174,200); }
div.DivClassName
{
background-color: #DBAEC8;
}
.BgClassName
{
background-color: #DBAEC8;
}
</style>
border-color css
<style>
span { border-color: #DBAEC8; }
span { border-color: rgb(219,174,200); }
td.TdClassName
{
border-color: #DBAEC8;
}
.TagClassName
{
border-color: #DBAEC8;
}
</style>