Shades of Twilight #DAB2C4
Tints of Twilight #DAB2C4
RGB
CMYK
RGB Variations
Color information
#DAB2C4 (or 0xDAB2C4) is known color: Twilight. HEX triplet: DA, B2 and C4. RGB value is (218,178,196). Sum of RGB (Red+Green+Blue) = 218+178+196=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2C4 is #254D3B. Grayscale: #BFBFBF. Windows color (decimal): -2444604 or 12890842. OLE color: 12890842.
HSL color Cylindrical-coordinate representation of color #DAB2C4: hue angle of 333º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB2C4 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 196 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.15 |
| HSL | 333º | 0.35% | 0.78% | - |
| HSV(B) | 333º | 0.18% | 0.85% | - |
| XYZ | 54.8 | 50.73 | 59.13 | - |
| YUV | 192.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 196 | 0 | 0.18 | 0.10 | 0.15 | 333 | 0.35 | 0.78 |
| Hex | DA | B2 | C4 | 0 | 12 | A | F | 14D | 23 | 4E |
| Octal | 332 | 262 | 304 | 0 | 22 | 12 | 17 | 515 | 43 | 116 |
| Binary | 11011010 | 10110010 | 11000100 | 0 | 10010 | 1010 | 1111 | 101001101 | 100011 | 1001110 |
Color Harmonies of #DAB2C4
Complementary color
Monochromatic Colors of #DAB2C4
Black with #DAB2C4
Text Example
Text Example
White with #DAB2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2C4; }
p { color: rgb(218,178,196); }
H1.HeaderClassName
{
color: #DAB2C4;
}
.AnyTagClassName
{
color: #DAB2C4;
}
</style>
background-color css
<style>
a { background-color: #DAB2C4; }
a { background-color: rgb(218,178,196); }
div.DivClassName
{
background-color: #DAB2C4;
}
.BgClassName
{
background-color: #DAB2C4;
}
</style>
border-color css
<style>
span { border-color: #DAB2C4; }
span { border-color: rgb(218,178,196); }
td.TdClassName
{
border-color: #DAB2C4;
}
.TagClassName
{
border-color: #DAB2C4;
}
</style>