Shades of Twilight #DABFCE
Tints of Twilight #DABFCE
RGB
CMYK
RGB Variations
Color information
#DABFCE (or 0xDABFCE) is known color: Twilight. HEX triplet: DA, BF and CE. RGB value is (218,191,206). Sum of RGB (Red+Green+Blue) = 218+191+206=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFCE is #254031. Grayscale: #C8C8C8. Windows color (decimal): -2441266 or 13549530. OLE color: 13549530.
HSL color Cylindrical-coordinate representation of color #DABFCE: hue angle of 326.67º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DABFCE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 206 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.15 |
| HSL | 326.67º | 0.27% | 0.8% | - |
| HSV(B) | 326.67º | 0.12% | 0.85% | - |
| XYZ | 58.68 | 56.62 | 66.23 | - |
| YUV | 200.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 206 | 0 | 0.12 | 0.06 | 0.15 | 326.67 | 0.27 | 0.8 |
| Hex | DA | BF | CE | 0 | C | 6 | F | 147 | 1B | 50 |
| Octal | 332 | 277 | 316 | 0 | 14 | 6 | 17 | 507 | 33 | 120 |
| Binary | 11011010 | 10111111 | 11001110 | 0 | 1100 | 110 | 1111 | 101000111 | 11011 | 1010000 |
Color Harmonies of #DABFCE
Complementary color
Monochromatic Colors of #DABFCE
Black with #DABFCE
Text Example
Text Example
White with #DABFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFCE; }
p { color: rgb(218,191,206); }
H1.HeaderClassName
{
color: #DABFCE;
}
.AnyTagClassName
{
color: #DABFCE;
}
</style>
background-color css
<style>
a { background-color: #DABFCE; }
a { background-color: rgb(218,191,206); }
div.DivClassName
{
background-color: #DABFCE;
}
.BgClassName
{
background-color: #DABFCE;
}
</style>
border-color css
<style>
span { border-color: #DABFCE; }
span { border-color: rgb(218,191,206); }
td.TdClassName
{
border-color: #DABFCE;
}
.TagClassName
{
border-color: #DABFCE;
}
</style>