Shades of Twilight #D9AEC4
Tints of Twilight #D9AEC4
RGB
CMYK
RGB Variations
Color information
#D9AEC4 (or 0xD9AEC4) is known color: Twilight. HEX triplet: D9, AE and C4. RGB value is (217,174,196). Sum of RGB (Red+Green+Blue) = 217+174+196=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEC4 is #26513B. Grayscale: #BDBDBD. Windows color (decimal): -2511164 or 12889817. OLE color: 12889817.
HSL color Cylindrical-coordinate representation of color #D9AEC4: hue angle of 329.3º degrees, saturation: 0.36, 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 #D9AEC4 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 174 | 196 | - |
CMYK | 0 | 0.20 | 0.10 | 0.15 |
HSL | 329.3º | 0.36% | 0.77% | - |
HSV(B) | 329.3º | 0.2% | 0.85% | - |
XYZ | 53.72 | 49.01 | 58.85 | - |
YUV | 189.37 | 131.75 | 147.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 174 | 196 | 0 | 0.20 | 0.10 | 0.15 | 329.3 | 0.36 | 0.77 |
Hex | D9 | AE | C4 | 0 | 14 | A | F | 149 | 24 | 4D |
Octal | 331 | 256 | 304 | 0 | 24 | 12 | 17 | 511 | 44 | 115 |
Binary | 11011001 | 10101110 | 11000100 | 0 | 10100 | 1010 | 1111 | 101001001 | 100100 | 1001101 |
Color Harmonies of #D9AEC4
Complementary color
Monochromatic Colors of #D9AEC4
Black with #D9AEC4
Text Example
Text Example
White with #D9AEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AEC4; }
p { color: rgb(217,174,196); }
H1.HeaderClassName
{
color: #D9AEC4;
}
.AnyTagClassName
{
color: #D9AEC4;
}
</style>
background-color css
<style>
a { background-color: #D9AEC4; }
a { background-color: rgb(217,174,196); }
div.DivClassName
{
background-color: #D9AEC4;
}
.BgClassName
{
background-color: #D9AEC4;
}
</style>
border-color css
<style>
span { border-color: #D9AEC4; }
span { border-color: rgb(217,174,196); }
td.TdClassName
{
border-color: #D9AEC4;
}
.TagClassName
{
border-color: #D9AEC4;
}
</style>