Shades of Twilight #DAC1D0
Tints of Twilight #DAC1D0
RGB
CMYK
RGB Variations
Color information
#DAC1D0 (or 0xDAC1D0) is known color: Twilight. HEX triplet: DA, C1 and D0. RGB value is (218,193,208). Sum of RGB (Red+Green+Blue) = 218+193+208=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1D0 is #253E2F. Grayscale: #CACACA. Windows color (decimal): -2440752 or 13681114. OLE color: 13681114.
HSL color Cylindrical-coordinate representation of color #DAC1D0: hue angle of 324º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC1D0 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 193 | 208 | - |
CMYK | 0 | 0.11 | 0.05 | 0.15 |
HSL | 324º | 0.25% | 0.81% | - |
HSV(B) | 324º | 0.11% | 0.85% | - |
XYZ | 59.37 | 57.6 | 67.66 | - |
YUV | 202.19 | 131.28 | 139.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 193 | 208 | 0 | 0.11 | 0.05 | 0.15 | 324 | 0.25 | 0.81 |
Hex | DA | C1 | D0 | 0 | B | 5 | F | 144 | 19 | 51 |
Octal | 332 | 301 | 320 | 0 | 13 | 5 | 17 | 504 | 31 | 121 |
Binary | 11011010 | 11000001 | 11010000 | 0 | 1011 | 101 | 1111 | 101000100 | 11001 | 1010001 |
Color Harmonies of #DAC1D0
Complementary color
Monochromatic Colors of #DAC1D0
Black with #DAC1D0
Text Example
Text Example
White with #DAC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1D0; }
p { color: rgb(218,193,208); }
H1.HeaderClassName
{
color: #DAC1D0;
}
.AnyTagClassName
{
color: #DAC1D0;
}
</style>
background-color css
<style>
a { background-color: #DAC1D0; }
a { background-color: rgb(218,193,208); }
div.DivClassName
{
background-color: #DAC1D0;
}
.BgClassName
{
background-color: #DAC1D0;
}
</style>
border-color css
<style>
span { border-color: #DAC1D0; }
span { border-color: rgb(218,193,208); }
td.TdClassName
{
border-color: #DAC1D0;
}
.TagClassName
{
border-color: #DAC1D0;
}
</style>