Shades of Twilight #DACBD5
Tints of Twilight #DACBD5
RGB
CMYK
RGB Variations
Color information
#DACBD5 (or 0xDACBD5) is known color: Twilight. HEX triplet: DA, CB and D5. RGB value is (218,203,213). Sum of RGB (Red+Green+Blue) = 218+203+213=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBD5 is #25342A. Grayscale: #D0D0D0. Windows color (decimal): -2438187 or 14011354. OLE color: 14011354.
HSL color Cylindrical-coordinate representation of color #DACBD5: hue angle of 320º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACBD5 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 213 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.15 |
| HSL | 320º | 0.17% | 0.83% | - |
| HSV(B) | 320º | 0.07% | 0.85% | - |
| XYZ | 62.28 | 62.42 | 71.72 | - |
| YUV | 208.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 213 | 0 | 0.07 | 0.02 | 0.15 | 320 | 0.17 | 0.83 |
| Hex | DA | CB | D5 | 0 | 7 | 2 | F | 140 | 11 | 53 |
| Octal | 332 | 313 | 325 | 0 | 7 | 2 | 17 | 500 | 21 | 123 |
| Binary | 11011010 | 11001011 | 11010101 | 0 | 111 | 10 | 1111 | 101000000 | 10001 | 1010011 |
Color Harmonies of #DACBD5
Complementary color
Monochromatic Colors of #DACBD5
Black with #DACBD5
Text Example
Text Example
White with #DACBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBD5; }
p { color: rgb(218,203,213); }
H1.HeaderClassName
{
color: #DACBD5;
}
.AnyTagClassName
{
color: #DACBD5;
}
</style>
background-color css
<style>
a { background-color: #DACBD5; }
a { background-color: rgb(218,203,213); }
div.DivClassName
{
background-color: #DACBD5;
}
.BgClassName
{
background-color: #DACBD5;
}
</style>
border-color css
<style>
span { border-color: #DACBD5; }
span { border-color: rgb(218,203,213); }
td.TdClassName
{
border-color: #DACBD5;
}
.TagClassName
{
border-color: #DACBD5;
}
</style>