Shades of Twilight #DABDCF
Tints of Twilight #DABDCF
RGB
CMYK
RGB Variations
Color information
#DABDCF (or 0xDABDCF) is known color: Twilight. HEX triplet: DA, BD and CF. RGB value is (218,189,207). Sum of RGB (Red+Green+Blue) = 218+189+207=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDCF is #254230. Grayscale: #C7C7C7. Windows color (decimal): -2441777 or 13614554. OLE color: 13614554.
HSL color Cylindrical-coordinate representation of color #DABDCF: hue angle of 322.76º degrees, saturation: 0.28, 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 #DABDCF is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 189 | 207 | - |
CMYK | 0 | 0.13 | 0.05 | 0.15 |
HSL | 322.76º | 0.28% | 0.8% | - |
HSV(B) | 322.76º | 0.13% | 0.85% | - |
XYZ | 58.37 | 55.81 | 66.73 | - |
YUV | 199.72 | 132.11 | 141.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 189 | 207 | 0 | 0.13 | 0.05 | 0.15 | 322.76 | 0.28 | 0.8 |
Hex | DA | BD | CF | 0 | D | 5 | F | 143 | 1C | 50 |
Octal | 332 | 275 | 317 | 0 | 15 | 5 | 17 | 503 | 34 | 120 |
Binary | 11011010 | 10111101 | 11001111 | 0 | 1101 | 101 | 1111 | 101000011 | 11100 | 1010000 |
Color Harmonies of #DABDCF
Complementary color
Monochromatic Colors of #DABDCF
Black with #DABDCF
Text Example
Text Example
White with #DABDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDCF; }
p { color: rgb(218,189,207); }
H1.HeaderClassName
{
color: #DABDCF;
}
.AnyTagClassName
{
color: #DABDCF;
}
</style>
background-color css
<style>
a { background-color: #DABDCF; }
a { background-color: rgb(218,189,207); }
div.DivClassName
{
background-color: #DABDCF;
}
.BgClassName
{
background-color: #DABDCF;
}
</style>
border-color css
<style>
span { border-color: #DABDCF; }
span { border-color: rgb(218,189,207); }
td.TdClassName
{
border-color: #DABDCF;
}
.TagClassName
{
border-color: #DABDCF;
}
</style>