Shades of Twilight #DAB4CB
Tints of Twilight #DAB4CB
RGB
CMYK
RGB Variations
Color information
#DAB4CB (or 0xDAB4CB) is known color: Twilight. HEX triplet: DA, B4 and CB. RGB value is (218,180,203). Sum of RGB (Red+Green+Blue) = 218+180+203=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4CB is #254B34. Grayscale: #C1C1C1. Windows color (decimal): -2444085 or 13350106. OLE color: 13350106.
HSL color Cylindrical-coordinate representation of color #DAB4CB: hue angle of 323.68º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB4CB is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 203 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.15 |
| HSL | 323.68º | 0.34% | 0.78% | - |
| HSV(B) | 323.68º | 0.17% | 0.85% | - |
| XYZ | 56.01 | 51.86 | 63.56 | - |
| YUV | 193.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 203 | 0 | 0.17 | 0.07 | 0.15 | 323.68 | 0.34 | 0.78 |
| Hex | DA | B4 | CB | 0 | 11 | 7 | F | 144 | 22 | 4E |
| Octal | 332 | 264 | 313 | 0 | 21 | 7 | 17 | 504 | 42 | 116 |
| Binary | 11011010 | 10110100 | 11001011 | 0 | 10001 | 111 | 1111 | 101000100 | 100010 | 1001110 |
Color Harmonies of #DAB4CB
Complementary color
Monochromatic Colors of #DAB4CB
Black with #DAB4CB
Text Example
Text Example
White with #DAB4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4CB; }
p { color: rgb(218,180,203); }
H1.HeaderClassName
{
color: #DAB4CB;
}
.AnyTagClassName
{
color: #DAB4CB;
}
</style>
background-color css
<style>
a { background-color: #DAB4CB; }
a { background-color: rgb(218,180,203); }
div.DivClassName
{
background-color: #DAB4CB;
}
.BgClassName
{
background-color: #DAB4CB;
}
</style>
border-color css
<style>
span { border-color: #DAB4CB; }
span { border-color: rgb(218,180,203); }
td.TdClassName
{
border-color: #DAB4CB;
}
.TagClassName
{
border-color: #DAB4CB;
}
</style>