Shades of Twilight #DABECC
Tints of Twilight #DABECC
RGB
CMYK
RGB Variations
Color information
#DABECC (or 0xDABECC) is known color: Twilight. HEX triplet: DA, BE and CC. RGB value is (218,190,204). Sum of RGB (Red+Green+Blue) = 218+190+204=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DABECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABECC is #254133. Grayscale: #C7C7C7. Windows color (decimal): -2441524 or 13418202. OLE color: 13418202.
HSL color Cylindrical-coordinate representation of color #DABECC: hue angle of 330º 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 #DABECC is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 190 | 204 | - |
CMYK | 0 | 0.13 | 0.06 | 0.15 |
HSL | 330º | 0.27% | 0.8% | - |
HSV(B) | 330º | 0.13% | 0.85% | - |
XYZ | 58.23 | 56.09 | 64.88 | - |
YUV | 199.97 | 130.28 | 140.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 190 | 204 | 0 | 0.13 | 0.06 | 0.15 | 330 | 0.27 | 0.8 |
Hex | DA | BE | CC | 0 | D | 6 | F | 14A | 1B | 50 |
Octal | 332 | 276 | 314 | 0 | 15 | 6 | 17 | 512 | 33 | 120 |
Binary | 11011010 | 10111110 | 11001100 | 0 | 1101 | 110 | 1111 | 101001010 | 11011 | 1010000 |
Color Harmonies of #DABECC
Complementary color
Monochromatic Colors of #DABECC
Black with #DABECC
Text Example
Text Example
White with #DABECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABECC; }
p { color: rgb(218,190,204); }
H1.HeaderClassName
{
color: #DABECC;
}
.AnyTagClassName
{
color: #DABECC;
}
</style>
background-color css
<style>
a { background-color: #DABECC; }
a { background-color: rgb(218,190,204); }
div.DivClassName
{
background-color: #DABECC;
}
.BgClassName
{
background-color: #DABECC;
}
</style>
border-color css
<style>
span { border-color: #DABECC; }
span { border-color: rgb(218,190,204); }
td.TdClassName
{
border-color: #DABECC;
}
.TagClassName
{
border-color: #DABECC;
}
</style>