Shades of Twilight #DAC1CE
Tints of Twilight #DAC1CE
RGB
CMYK
RGB Variations
Color information
#DAC1CE (or 0xDAC1CE) is known color: Twilight. HEX triplet: DA, C1 and CE. RGB value is (218,193,206). Sum of RGB (Red+Green+Blue) = 218+193+206=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1CE is #253E31. Grayscale: #C9C9C9. Windows color (decimal): -2440754 or 13550042. OLE color: 13550042.
HSL color Cylindrical-coordinate representation of color #DAC1CE: hue angle of 328.8º 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 #DAC1CE is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 193 | 206 | - |
CMYK | 0 | 0.11 | 0.06 | 0.15 |
HSL | 328.8º | 0.25% | 0.81% | - |
HSV(B) | 328.8º | 0.11% | 0.85% | - |
XYZ | 59.12 | 57.5 | 66.38 | - |
YUV | 201.96 | 130.28 | 139.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 193 | 206 | 0 | 0.11 | 0.06 | 0.15 | 328.8 | 0.25 | 0.81 |
Hex | DA | C1 | CE | 0 | B | 6 | F | 149 | 19 | 51 |
Octal | 332 | 301 | 316 | 0 | 13 | 6 | 17 | 511 | 31 | 121 |
Binary | 11011010 | 11000001 | 11001110 | 0 | 1011 | 110 | 1111 | 101001001 | 11001 | 1010001 |
Color Harmonies of #DAC1CE
Complementary color
Monochromatic Colors of #DAC1CE
Black with #DAC1CE
Text Example
Text Example
White with #DAC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1CE; }
p { color: rgb(218,193,206); }
H1.HeaderClassName
{
color: #DAC1CE;
}
.AnyTagClassName
{
color: #DAC1CE;
}
</style>
background-color css
<style>
a { background-color: #DAC1CE; }
a { background-color: rgb(218,193,206); }
div.DivClassName
{
background-color: #DAC1CE;
}
.BgClassName
{
background-color: #DAC1CE;
}
</style>
border-color css
<style>
span { border-color: #DAC1CE; }
span { border-color: rgb(218,193,206); }
td.TdClassName
{
border-color: #DAC1CE;
}
.TagClassName
{
border-color: #DAC1CE;
}
</style>