Shades of Twilight #DABBCA
Tints of Twilight #DABBCA
RGB
CMYK
RGB Variations
Color information
#DABBCA (or 0xDABBCA) is known color: Twilight. HEX triplet: DA, BB and CA. RGB value is (218,187,202). Sum of RGB (Red+Green+Blue) = 218+187+202=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBCA is #254435. Grayscale: #C5C5C5. Windows color (decimal): -2442294 or 13286362. OLE color: 13286362.
HSL color Cylindrical-coordinate representation of color #DABBCA: hue angle of 330.97º 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 #DABBCA is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 187 | 202 | - |
CMYK | 0 | 0.14 | 0.07 | 0.15 |
HSL | 330.97º | 0.3% | 0.79% | - |
HSV(B) | 330.97º | 0.14% | 0.85% | - |
XYZ | 57.34 | 54.71 | 63.41 | - |
YUV | 197.98 | 130.27 | 142.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 187 | 202 | 0 | 0.14 | 0.07 | 0.15 | 330.97 | 0.3 | 0.79 |
Hex | DA | BB | CA | 0 | E | 7 | F | 14B | 1E | 4F |
Octal | 332 | 273 | 312 | 0 | 16 | 7 | 17 | 513 | 36 | 117 |
Binary | 11011010 | 10111011 | 11001010 | 0 | 1110 | 111 | 1111 | 101001011 | 11110 | 1001111 |
Color Harmonies of #DABBCA
Complementary color
Monochromatic Colors of #DABBCA
Black with #DABBCA
Text Example
Text Example
White with #DABBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBCA; }
p { color: rgb(218,187,202); }
H1.HeaderClassName
{
color: #DABBCA;
}
.AnyTagClassName
{
color: #DABBCA;
}
</style>
background-color css
<style>
a { background-color: #DABBCA; }
a { background-color: rgb(218,187,202); }
div.DivClassName
{
background-color: #DABBCA;
}
.BgClassName
{
background-color: #DABBCA;
}
</style>
border-color css
<style>
span { border-color: #DABBCA; }
span { border-color: rgb(218,187,202); }
td.TdClassName
{
border-color: #DABBCA;
}
.TagClassName
{
border-color: #DABBCA;
}
</style>