Shades of Twilight #DAB8C9
Tints of Twilight #DAB8C9
RGB
CMYK
RGB Variations
Color information
#DAB8C9 (or 0xDAB8C9) is known color: Twilight. HEX triplet: DA, B8 and C9. RGB value is (218,184,201). Sum of RGB (Red+Green+Blue) = 218+184+201=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8C9 is #254736. Grayscale: #C4C4C4. Windows color (decimal): -2443063 or 13220058. OLE color: 13220058.
HSL color Cylindrical-coordinate representation of color #DAB8C9: hue angle of 330º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB8C9 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 184 | 201 | - |
CMYK | 0 | 0.16 | 0.08 | 0.15 |
HSL | 330º | 0.31% | 0.79% | - |
HSV(B) | 330º | 0.16% | 0.85% | - |
XYZ | 56.6 | 53.4 | 62.58 | - |
YUV | 196.1 | 130.76 | 143.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 184 | 201 | 0 | 0.16 | 0.08 | 0.15 | 330 | 0.31 | 0.79 |
Hex | DA | B8 | C9 | 0 | 10 | 8 | F | 14A | 1F | 4F |
Octal | 332 | 270 | 311 | 0 | 20 | 10 | 17 | 512 | 37 | 117 |
Binary | 11011010 | 10111000 | 11001001 | 0 | 10000 | 1000 | 1111 | 101001010 | 11111 | 1001111 |
Color Harmonies of #DAB8C9
Complementary color
Monochromatic Colors of #DAB8C9
Black with #DAB8C9
Text Example
Text Example
White with #DAB8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8C9; }
p { color: rgb(218,184,201); }
H1.HeaderClassName
{
color: #DAB8C9;
}
.AnyTagClassName
{
color: #DAB8C9;
}
</style>
background-color css
<style>
a { background-color: #DAB8C9; }
a { background-color: rgb(218,184,201); }
div.DivClassName
{
background-color: #DAB8C9;
}
.BgClassName
{
background-color: #DAB8C9;
}
</style>
border-color css
<style>
span { border-color: #DAB8C9; }
span { border-color: rgb(218,184,201); }
td.TdClassName
{
border-color: #DAB8C9;
}
.TagClassName
{
border-color: #DAB8C9;
}
</style>