Shades of Twilight #DAB9C8
Tints of Twilight #DAB9C8
RGB
CMYK
RGB Variations
Color information
#DAB9C8 (or 0xDAB9C8) is known color: Twilight. HEX triplet: DA, B9 and C8. RGB value is (218,185,200). Sum of RGB (Red+Green+Blue) = 218+185+200=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9C8 is #254637. Grayscale: #C4C4C4. Windows color (decimal): -2442808 or 13154778. OLE color: 13154778.
HSL color Cylindrical-coordinate representation of color #DAB9C8: hue angle of 332.73º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAB9C8 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 185 | 200 | - |
CMYK | 0 | 0.15 | 0.08 | 0.15 |
HSL | 332.73º | 0.31% | 0.79% | - |
HSV(B) | 332.73º | 0.15% | 0.85% | - |
XYZ | 56.69 | 53.77 | 62.04 | - |
YUV | 196.58 | 129.93 | 143.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 185 | 200 | 0 | 0.15 | 0.08 | 0.15 | 332.73 | 0.31 | 0.79 |
Hex | DA | B9 | C8 | 0 | F | 8 | F | 14D | 1F | 4F |
Octal | 332 | 271 | 310 | 0 | 17 | 10 | 17 | 515 | 37 | 117 |
Binary | 11011010 | 10111001 | 11001000 | 0 | 1111 | 1000 | 1111 | 101001101 | 11111 | 1001111 |
Color Harmonies of #DAB9C8
Complementary color
Monochromatic Colors of #DAB9C8
Black with #DAB9C8
Text Example
Text Example
White with #DAB9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9C8; }
p { color: rgb(218,185,200); }
H1.HeaderClassName
{
color: #DAB9C8;
}
.AnyTagClassName
{
color: #DAB9C8;
}
</style>
background-color css
<style>
a { background-color: #DAB9C8; }
a { background-color: rgb(218,185,200); }
div.DivClassName
{
background-color: #DAB9C8;
}
.BgClassName
{
background-color: #DAB9C8;
}
</style>
border-color css
<style>
span { border-color: #DAB9C8; }
span { border-color: rgb(218,185,200); }
td.TdClassName
{
border-color: #DAB9C8;
}
.TagClassName
{
border-color: #DAB9C8;
}
</style>