Shades of Twilight #DAB5C6
Tints of Twilight #DAB5C6
RGB
CMYK
RGB Variations
Color information
#DAB5C6 (or 0xDAB5C6) is known color: Twilight. HEX triplet: DA, B5 and C6. RGB value is (218,181,198). Sum of RGB (Red+Green+Blue) = 218+181+198=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5C6 is #254A39. Grayscale: #C1C1C1. Windows color (decimal): -2443834 or 13022682. OLE color: 13022682.
HSL color Cylindrical-coordinate representation of color #DAB5C6: hue angle of 332.43º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB5C6 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 181 | 198 | - |
CMYK | 0 | 0.17 | 0.09 | 0.15 |
HSL | 332.43º | 0.33% | 0.78% | - |
HSV(B) | 332.43º | 0.17% | 0.85% | - |
XYZ | 55.63 | 52.03 | 60.54 | - |
YUV | 194 | 130.26 | 145.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 181 | 198 | 0 | 0.17 | 0.09 | 0.15 | 332.43 | 0.33 | 0.78 |
Hex | DA | B5 | C6 | 0 | 11 | 9 | F | 14C | 21 | 4E |
Octal | 332 | 265 | 306 | 0 | 21 | 11 | 17 | 514 | 41 | 116 |
Binary | 11011010 | 10110101 | 11000110 | 0 | 10001 | 1001 | 1111 | 101001100 | 100001 | 1001110 |
Color Harmonies of #DAB5C6
Complementary color
Monochromatic Colors of #DAB5C6
Black with #DAB5C6
Text Example
Text Example
White with #DAB5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5C6; }
p { color: rgb(218,181,198); }
H1.HeaderClassName
{
color: #DAB5C6;
}
.AnyTagClassName
{
color: #DAB5C6;
}
</style>
background-color css
<style>
a { background-color: #DAB5C6; }
a { background-color: rgb(218,181,198); }
div.DivClassName
{
background-color: #DAB5C6;
}
.BgClassName
{
background-color: #DAB5C6;
}
</style>
border-color css
<style>
span { border-color: #DAB5C6; }
span { border-color: rgb(218,181,198); }
td.TdClassName
{
border-color: #DAB5C6;
}
.TagClassName
{
border-color: #DAB5C6;
}
</style>