Shades of Perfume #D1AEEC
Tints of Perfume #D1AEEC
RGB
CMYK
RGB Variations
Color information
#D1AEEC (or 0xD1AEEC) is known color: Perfume. HEX triplet: D1, AE and EC. RGB value is (209,174,236). Sum of RGB (Red+Green+Blue) = 209+174+236=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEEC is #2E5113. Grayscale: #BFBFBF. Windows color (decimal): -3035412 or 15511249. OLE color: 15511249.
HSL color Cylindrical-coordinate representation of color #D1AEEC: hue angle of 273.87º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1AEEC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 174 | 236 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.07 |
| HSL | 273.87º | 0.62% | 0.8% | - |
| HSV(B) | 273.87º | 0.26% | 0.93% | - |
| XYZ | 56.57 | 49.88 | 86 | - |
| YUV | 191.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 236 | 0.11 | 0.26 | 0 | 0.07 | 273.87 | 0.62 | 0.8 |
| Hex | D1 | AE | EC | B | 1A | 0 | 7 | 112 | 3E | 50 |
| Octal | 321 | 256 | 354 | 13 | 32 | 0 | 7 | 422 | 76 | 120 |
| Binary | 11010001 | 10101110 | 11101100 | 1011 | 11010 | 0 | 111 | 100010010 | 111110 | 1010000 |
Color Harmonies of #D1AEEC
Complementary color
Monochromatic Colors of #D1AEEC
Black with #D1AEEC
Text Example
Text Example
White with #D1AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AEEC; }
p { color: rgb(209,174,236); }
H1.HeaderClassName
{
color: #D1AEEC;
}
.AnyTagClassName
{
color: #D1AEEC;
}
</style>
background-color css
<style>
a { background-color: #D1AEEC; }
a { background-color: rgb(209,174,236); }
div.DivClassName
{
background-color: #D1AEEC;
}
.BgClassName
{
background-color: #D1AEEC;
}
</style>
border-color css
<style>
span { border-color: #D1AEEC; }
span { border-color: rgb(209,174,236); }
td.TdClassName
{
border-color: #D1AEEC;
}
.TagClassName
{
border-color: #D1AEEC;
}
</style>