Shades of Twilight #DAAEC4
Tints of Twilight #DAAEC4
RGB
CMYK
RGB Variations
Color information
#DAAEC4 (or 0xDAAEC4) is known color: Twilight. HEX triplet: DA, AE and C4. RGB value is (218,174,196). Sum of RGB (Red+Green+Blue) = 218+174+196=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEC4 is #25513B. Grayscale: #BDBDBD. Windows color (decimal): -2445628 or 12889818. OLE color: 12889818.
HSL color Cylindrical-coordinate representation of color #DAAEC4: hue angle of 330º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAEC4 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 174 | 196 | - |
CMYK | 0 | 0.20 | 0.10 | 0.15 |
HSL | 330º | 0.37% | 0.77% | - |
HSV(B) | 330º | 0.2% | 0.85% | - |
XYZ | 54.01 | 49.16 | 58.87 | - |
YUV | 189.66 | 131.58 | 148.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 174 | 196 | 0 | 0.20 | 0.10 | 0.15 | 330 | 0.37 | 0.77 |
Hex | DA | AE | C4 | 0 | 14 | A | F | 14A | 25 | 4D |
Octal | 332 | 256 | 304 | 0 | 24 | 12 | 17 | 512 | 45 | 115 |
Binary | 11011010 | 10101110 | 11000100 | 0 | 10100 | 1010 | 1111 | 101001010 | 100101 | 1001101 |
Color Harmonies of #DAAEC4
Complementary color
Monochromatic Colors of #DAAEC4
Black with #DAAEC4
Text Example
Text Example
White with #DAAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEC4; }
p { color: rgb(218,174,196); }
H1.HeaderClassName
{
color: #DAAEC4;
}
.AnyTagClassName
{
color: #DAAEC4;
}
</style>
background-color css
<style>
a { background-color: #DAAEC4; }
a { background-color: rgb(218,174,196); }
div.DivClassName
{
background-color: #DAAEC4;
}
.BgClassName
{
background-color: #DAAEC4;
}
</style>
border-color css
<style>
span { border-color: #DAAEC4; }
span { border-color: rgb(218,174,196); }
td.TdClassName
{
border-color: #DAAEC4;
}
.TagClassName
{
border-color: #DAAEC4;
}
</style>