Shades of Twilight #DAB0CB
Tints of Twilight #DAB0CB
RGB
CMYK
RGB Variations
Color information
#DAB0CB (or 0xDAB0CB) is known color: Twilight. HEX triplet: DA, B0 and CB. RGB value is (218,176,203). Sum of RGB (Red+Green+Blue) = 218+176+203=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0CB is #254F34. Grayscale: #BFBFBF. Windows color (decimal): -2445109 or 13349082. OLE color: 13349082.
HSL color Cylindrical-coordinate representation of color #DAB0CB: hue angle of 321.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0CB is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 203 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.15 |
| HSL | 321.43º | 0.36% | 0.77% | - |
| HSV(B) | 321.43º | 0.19% | 0.85% | - |
| XYZ | 55.22 | 50.27 | 63.29 | - |
| YUV | 191.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 203 | 0 | 0.19 | 0.07 | 0.15 | 321.43 | 0.36 | 0.77 |
| Hex | DA | B0 | CB | 0 | 13 | 7 | F | 141 | 24 | 4D |
| Octal | 332 | 260 | 313 | 0 | 23 | 7 | 17 | 501 | 44 | 115 |
| Binary | 11011010 | 10110000 | 11001011 | 0 | 10011 | 111 | 1111 | 101000001 | 100100 | 1001101 |
Color Harmonies of #DAB0CB
Complementary color
Monochromatic Colors of #DAB0CB
Black with #DAB0CB
Text Example
Text Example
White with #DAB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0CB; }
p { color: rgb(218,176,203); }
H1.HeaderClassName
{
color: #DAB0CB;
}
.AnyTagClassName
{
color: #DAB0CB;
}
</style>
background-color css
<style>
a { background-color: #DAB0CB; }
a { background-color: rgb(218,176,203); }
div.DivClassName
{
background-color: #DAB0CB;
}
.BgClassName
{
background-color: #DAB0CB;
}
</style>
border-color css
<style>
span { border-color: #DAB0CB; }
span { border-color: rgb(218,176,203); }
td.TdClassName
{
border-color: #DAB0CB;
}
.TagClassName
{
border-color: #DAB0CB;
}
</style>