Shades of Twilight #DABED0
Tints of Twilight #DABED0
RGB
CMYK
RGB Variations
Color information
#DABED0 (or 0xDABED0) is known color: Twilight. HEX triplet: DA, BE and D0. RGB value is (218,190,208). Sum of RGB (Red+Green+Blue) = 218+190+208=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DABED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABED0 is #25412F. Grayscale: #C8C8C8. Windows color (decimal): -2441520 or 13680346. OLE color: 13680346.
HSL color Cylindrical-coordinate representation of color #DABED0: hue angle of 321.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABED0 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 190 | 208 | - |
CMYK | 0 | 0.13 | 0.05 | 0.15 |
HSL | 321.43º | 0.27% | 0.8% | - |
HSV(B) | 321.43º | 0.13% | 0.85% | - |
XYZ | 58.71 | 56.29 | 67.44 | - |
YUV | 200.42 | 132.28 | 140.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 190 | 208 | 0 | 0.13 | 0.05 | 0.15 | 321.43 | 0.27 | 0.8 |
Hex | DA | BE | D0 | 0 | D | 5 | F | 141 | 1B | 50 |
Octal | 332 | 276 | 320 | 0 | 15 | 5 | 17 | 501 | 33 | 120 |
Binary | 11011010 | 10111110 | 11010000 | 0 | 1101 | 101 | 1111 | 101000001 | 11011 | 1010000 |
Color Harmonies of #DABED0
Complementary color
Monochromatic Colors of #DABED0
Black with #DABED0
Text Example
Text Example
White with #DABED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABED0; }
p { color: rgb(218,190,208); }
H1.HeaderClassName
{
color: #DABED0;
}
.AnyTagClassName
{
color: #DABED0;
}
</style>
background-color css
<style>
a { background-color: #DABED0; }
a { background-color: rgb(218,190,208); }
div.DivClassName
{
background-color: #DABED0;
}
.BgClassName
{
background-color: #DABED0;
}
</style>
border-color css
<style>
span { border-color: #DABED0; }
span { border-color: rgb(218,190,208); }
td.TdClassName
{
border-color: #DABED0;
}
.TagClassName
{
border-color: #DABED0;
}
</style>