Shades of Twilight #DABBCC
Tints of Twilight #DABBCC
RGB
CMYK
RGB Variations
Color information
#DABBCC (or 0xDABBCC) is known color: Twilight. HEX triplet: DA, BB and CC. RGB value is (218,187,204). Sum of RGB (Red+Green+Blue) = 218+187+204=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBCC is #254433. Grayscale: #C6C6C6. Windows color (decimal): -2442292 or 13417434. OLE color: 13417434.
HSL color Cylindrical-coordinate representation of color #DABBCC: hue angle of 327.1º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABBCC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 204 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.15 |
| HSL | 327.1º | 0.3% | 0.79% | - |
| HSV(B) | 327.1º | 0.14% | 0.85% | - |
| XYZ | 57.58 | 54.81 | 64.67 | - |
| YUV | 198.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 204 | 0 | 0.14 | 0.06 | 0.15 | 327.1 | 0.3 | 0.79 |
| Hex | DA | BB | CC | 0 | E | 6 | F | 147 | 1E | 4F |
| Octal | 332 | 273 | 314 | 0 | 16 | 6 | 17 | 507 | 36 | 117 |
| Binary | 11011010 | 10111011 | 11001100 | 0 | 1110 | 110 | 1111 | 101000111 | 11110 | 1001111 |
Color Harmonies of #DABBCC
Complementary color
Monochromatic Colors of #DABBCC
Black with #DABBCC
Text Example
Text Example
White with #DABBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBCC; }
p { color: rgb(218,187,204); }
H1.HeaderClassName
{
color: #DABBCC;
}
.AnyTagClassName
{
color: #DABBCC;
}
</style>
background-color css
<style>
a { background-color: #DABBCC; }
a { background-color: rgb(218,187,204); }
div.DivClassName
{
background-color: #DABBCC;
}
.BgClassName
{
background-color: #DABBCC;
}
</style>
border-color css
<style>
span { border-color: #DABBCC; }
span { border-color: rgb(218,187,204); }
td.TdClassName
{
border-color: #DABBCC;
}
.TagClassName
{
border-color: #DABBCC;
}
</style>