Shades of Twilight #DAAEC3
Tints of Twilight #DAAEC3
RGB
CMYK
RGB Variations
Color information
#DAAEC3 (or 0xDAAEC3) is known color: Twilight. HEX triplet: DA, AE and C3. RGB value is (218,174,195). Sum of RGB (Red+Green+Blue) = 218+174+195=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEC3 is #25513C. Grayscale: #BDBDBD. Windows color (decimal): -2445629 or 12824282. OLE color: 12824282.
HSL color Cylindrical-coordinate representation of color #DAAEC3: hue angle of 331.36º 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 #DAAEC3 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 195 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.15 |
| HSL | 331.36º | 0.37% | 0.77% | - |
| HSV(B) | 331.36º | 0.2% | 0.85% | - |
| XYZ | 53.9 | 49.12 | 58.27 | - |
| YUV | 189.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 195 | 0 | 0.20 | 0.11 | 0.15 | 331.36 | 0.37 | 0.77 |
| Hex | DA | AE | C3 | 0 | 14 | B | F | 14B | 25 | 4D |
| Octal | 332 | 256 | 303 | 0 | 24 | 13 | 17 | 513 | 45 | 115 |
| Binary | 11011010 | 10101110 | 11000011 | 0 | 10100 | 1011 | 1111 | 101001011 | 100101 | 1001101 |
Color Harmonies of #DAAEC3
Complementary color
Monochromatic Colors of #DAAEC3
Black with #DAAEC3
Text Example
Text Example
White with #DAAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEC3; }
p { color: rgb(218,174,195); }
H1.HeaderClassName
{
color: #DAAEC3;
}
.AnyTagClassName
{
color: #DAAEC3;
}
</style>
background-color css
<style>
a { background-color: #DAAEC3; }
a { background-color: rgb(218,174,195); }
div.DivClassName
{
background-color: #DAAEC3;
}
.BgClassName
{
background-color: #DAAEC3;
}
</style>
border-color css
<style>
span { border-color: #DAAEC3; }
span { border-color: rgb(218,174,195); }
td.TdClassName
{
border-color: #DAAEC3;
}
.TagClassName
{
border-color: #DAAEC3;
}
</style>