Shades of Twilight #DAC5CF
Tints of Twilight #DAC5CF
RGB
CMYK
RGB Variations
Color information
#DAC5CF (or 0xDAC5CF) is known color: Twilight. HEX triplet: DA, C5 and CF. RGB value is (218,197,207). Sum of RGB (Red+Green+Blue) = 218+197+207=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5CF is #253A30. Grayscale: #CCCCCC. Windows color (decimal): -2439729 or 13616602. OLE color: 13616602.
HSL color Cylindrical-coordinate representation of color #DAC5CF: hue angle of 331.43º 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 #DAC5CF is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 197 | 207 | - |
CMYK | 0 | 0.10 | 0.05 | 0.15 |
HSL | 331.43º | 0.22% | 0.81% | - |
HSV(B) | 331.43º | 0.1% | 0.85% | - |
XYZ | 60.14 | 59.34 | 67.32 | - |
YUV | 204.42 | 129.46 | 137.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 197 | 207 | 0 | 0.10 | 0.05 | 0.15 | 331.43 | 0.22 | 0.81 |
Hex | DA | C5 | CF | 0 | A | 5 | F | 14B | 16 | 51 |
Octal | 332 | 305 | 317 | 0 | 12 | 5 | 17 | 513 | 26 | 121 |
Binary | 11011010 | 11000101 | 11001111 | 0 | 1010 | 101 | 1111 | 101001011 | 10110 | 1010001 |
Color Harmonies of #DAC5CF
Complementary color
Monochromatic Colors of #DAC5CF
Black with #DAC5CF
Text Example
Text Example
White with #DAC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5CF; }
p { color: rgb(218,197,207); }
H1.HeaderClassName
{
color: #DAC5CF;
}
.AnyTagClassName
{
color: #DAC5CF;
}
</style>
background-color css
<style>
a { background-color: #DAC5CF; }
a { background-color: rgb(218,197,207); }
div.DivClassName
{
background-color: #DAC5CF;
}
.BgClassName
{
background-color: #DAC5CF;
}
</style>
border-color css
<style>
span { border-color: #DAC5CF; }
span { border-color: rgb(218,197,207); }
td.TdClassName
{
border-color: #DAC5CF;
}
.TagClassName
{
border-color: #DAC5CF;
}
</style>