Shades of Twilight #DAB1CC
Tints of Twilight #DAB1CC
RGB
CMYK
RGB Variations
Color information
#DAB1CC (or 0xDAB1CC) is known color: Twilight. HEX triplet: DA, B1 and CC. RGB value is (218,177,204). Sum of RGB (Red+Green+Blue) = 218+177+204=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1CC is #254E33. Grayscale: #C0C0C0. Windows color (decimal): -2444852 or 13414874. OLE color: 13414874.
HSL color Cylindrical-coordinate representation of color #DAB1CC: hue angle of 320.49º 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 #DAB1CC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 204 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.15 |
| HSL | 320.49º | 0.36% | 0.77% | - |
| HSV(B) | 320.49º | 0.19% | 0.85% | - |
| XYZ | 55.53 | 50.71 | 63.99 | - |
| YUV | 192.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 204 | 0 | 0.19 | 0.06 | 0.15 | 320.49 | 0.36 | 0.77 |
| Hex | DA | B1 | CC | 0 | 13 | 6 | F | 140 | 24 | 4D |
| Octal | 332 | 261 | 314 | 0 | 23 | 6 | 17 | 500 | 44 | 115 |
| Binary | 11011010 | 10110001 | 11001100 | 0 | 10011 | 110 | 1111 | 101000000 | 100100 | 1001101 |
Color Harmonies of #DAB1CC
Complementary color
Monochromatic Colors of #DAB1CC
Black with #DAB1CC
Text Example
Text Example
White with #DAB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1CC; }
p { color: rgb(218,177,204); }
H1.HeaderClassName
{
color: #DAB1CC;
}
.AnyTagClassName
{
color: #DAB1CC;
}
</style>
background-color css
<style>
a { background-color: #DAB1CC; }
a { background-color: rgb(218,177,204); }
div.DivClassName
{
background-color: #DAB1CC;
}
.BgClassName
{
background-color: #DAB1CC;
}
</style>
border-color css
<style>
span { border-color: #DAB1CC; }
span { border-color: rgb(218,177,204); }
td.TdClassName
{
border-color: #DAB1CC;
}
.TagClassName
{
border-color: #DAB1CC;
}
</style>