Shades of Twilight #DAC8D4
Tints of Twilight #DAC8D4
RGB
CMYK
RGB Variations
Color information
#DAC8D4 (or 0xDAC8D4) is known color: Twilight. HEX triplet: DA, C8 and D4. RGB value is (218,200,212). Sum of RGB (Red+Green+Blue) = 218+200+212=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8D4 is #25372B. Grayscale: #CECECE. Windows color (decimal): -2438956 or 13945050. OLE color: 13945050.
HSL color Cylindrical-coordinate representation of color #DAC8D4: hue angle of 320º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAC8D4 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 200 | 212 | - |
CMYK | 0 | 0.08 | 0.03 | 0.15 |
HSL | 320º | 0.2% | 0.82% | - |
HSV(B) | 320º | 0.08% | 0.85% | - |
XYZ | 61.45 | 60.97 | 70.82 | - |
YUV | 206.75 | 130.96 | 136.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 200 | 212 | 0 | 0.08 | 0.03 | 0.15 | 320 | 0.2 | 0.82 |
Hex | DA | C8 | D4 | 0 | 8 | 3 | F | 140 | 14 | 52 |
Octal | 332 | 310 | 324 | 0 | 10 | 3 | 17 | 500 | 24 | 122 |
Binary | 11011010 | 11001000 | 11010100 | 0 | 1000 | 11 | 1111 | 101000000 | 10100 | 1010010 |
Color Harmonies of #DAC8D4
Complementary color
Monochromatic Colors of #DAC8D4
Black with #DAC8D4
Text Example
Text Example
White with #DAC8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8D4; }
p { color: rgb(218,200,212); }
H1.HeaderClassName
{
color: #DAC8D4;
}
.AnyTagClassName
{
color: #DAC8D4;
}
</style>
background-color css
<style>
a { background-color: #DAC8D4; }
a { background-color: rgb(218,200,212); }
div.DivClassName
{
background-color: #DAC8D4;
}
.BgClassName
{
background-color: #DAC8D4;
}
</style>
border-color css
<style>
span { border-color: #DAC8D4; }
span { border-color: rgb(218,200,212); }
td.TdClassName
{
border-color: #DAC8D4;
}
.TagClassName
{
border-color: #DAC8D4;
}
</style>