Shades of Twilight #DAC5D3
Tints of Twilight #DAC5D3
RGB
CMYK
RGB Variations
Color information
#DAC5D3 (or 0xDAC5D3) is known color: Twilight. HEX triplet: DA, C5 and D3. RGB value is (218,197,211). Sum of RGB (Red+Green+Blue) = 218+197+211=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D3 is #253A2C. Grayscale: #CCCCCC. Windows color (decimal): -2439725 or 13878746. OLE color: 13878746.
HSL color Cylindrical-coordinate representation of color #DAC5D3: hue angle of 320º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5D3 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 197 | 211 | - |
CMYK | 0 | 0.10 | 0.03 | 0.15 |
HSL | 320º | 0.22% | 0.81% | - |
HSV(B) | 320º | 0.1% | 0.85% | - |
XYZ | 60.64 | 59.54 | 69.92 | - |
YUV | 204.88 | 131.46 | 137.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 197 | 211 | 0 | 0.10 | 0.03 | 0.15 | 320 | 0.22 | 0.81 |
Hex | DA | C5 | D3 | 0 | A | 3 | F | 140 | 16 | 51 |
Octal | 332 | 305 | 323 | 0 | 12 | 3 | 17 | 500 | 26 | 121 |
Binary | 11011010 | 11000101 | 11010011 | 0 | 1010 | 11 | 1111 | 101000000 | 10110 | 1010001 |
Color Harmonies of #DAC5D3
Complementary color
Monochromatic Colors of #DAC5D3
Black with #DAC5D3
Text Example
Text Example
White with #DAC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5D3; }
p { color: rgb(218,197,211); }
H1.HeaderClassName
{
color: #DAC5D3;
}
.AnyTagClassName
{
color: #DAC5D3;
}
</style>
background-color css
<style>
a { background-color: #DAC5D3; }
a { background-color: rgb(218,197,211); }
div.DivClassName
{
background-color: #DAC5D3;
}
.BgClassName
{
background-color: #DAC5D3;
}
</style>
border-color css
<style>
span { border-color: #DAC5D3; }
span { border-color: rgb(218,197,211); }
td.TdClassName
{
border-color: #DAC5D3;
}
.TagClassName
{
border-color: #DAC5D3;
}
</style>