Shades of Twilight #DAB9C9
Tints of Twilight #DAB9C9
RGB
CMYK
RGB Variations
Color information
#DAB9C9 (or 0xDAB9C9) is known color: Twilight. HEX triplet: DA, B9 and C9. RGB value is (218,185,201). Sum of RGB (Red+Green+Blue) = 218+185+201=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9C9 is #254636. Grayscale: #C4C4C4. Windows color (decimal): -2442807 or 13220314. OLE color: 13220314.
HSL color Cylindrical-coordinate representation of color #DAB9C9: hue angle of 330.91º 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 #DAB9C9 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 185 | 201 | - |
CMYK | 0 | 0.15 | 0.08 | 0.15 |
HSL | 330.91º | 0.31% | 0.79% | - |
HSV(B) | 330.91º | 0.15% | 0.85% | - |
XYZ | 56.81 | 53.82 | 62.65 | - |
YUV | 196.69 | 130.43 | 143.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 185 | 201 | 0 | 0.15 | 0.08 | 0.15 | 330.91 | 0.31 | 0.79 |
Hex | DA | B9 | C9 | 0 | F | 8 | F | 14B | 1F | 4F |
Octal | 332 | 271 | 311 | 0 | 17 | 10 | 17 | 513 | 37 | 117 |
Binary | 11011010 | 10111001 | 11001001 | 0 | 1111 | 1000 | 1111 | 101001011 | 11111 | 1001111 |
Color Harmonies of #DAB9C9
Complementary color
Monochromatic Colors of #DAB9C9
Black with #DAB9C9
Text Example
Text Example
White with #DAB9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9C9; }
p { color: rgb(218,185,201); }
H1.HeaderClassName
{
color: #DAB9C9;
}
.AnyTagClassName
{
color: #DAB9C9;
}
</style>
background-color css
<style>
a { background-color: #DAB9C9; }
a { background-color: rgb(218,185,201); }
div.DivClassName
{
background-color: #DAB9C9;
}
.BgClassName
{
background-color: #DAB9C9;
}
</style>
border-color css
<style>
span { border-color: #DAB9C9; }
span { border-color: rgb(218,185,201); }
td.TdClassName
{
border-color: #DAB9C9;
}
.TagClassName
{
border-color: #DAB9C9;
}
</style>