Shades of Perfume #D0AAEE
Tints of Perfume #D0AAEE
RGB
CMYK
RGB Variations
Color information
#D0AAEE (or 0xD0AAEE) is known color: Perfume. HEX triplet: D0, AA and EE. RGB value is (208,170,238). Sum of RGB (Red+Green+Blue) = 208+170+238=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAEE is #2F5511. Grayscale: #BCBCBC. Windows color (decimal): -3101970 or 15641296. OLE color: 15641296.
HSL color Cylindrical-coordinate representation of color #D0AAEE: hue angle of 273.53º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0AAEE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 170 | 238 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.07 |
| HSL | 273.53º | 0.67% | 0.8% | - |
| HSV(B) | 273.53º | 0.29% | 0.93% | - |
| XYZ | 55.82 | 48.33 | 87.28 | - |
| YUV | 189.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 238 | 0.13 | 0.29 | 0 | 0.07 | 273.53 | 0.67 | 0.8 |
| Hex | D0 | AA | EE | D | 1D | 0 | 7 | 112 | 43 | 50 |
| Octal | 320 | 252 | 356 | 15 | 35 | 0 | 7 | 422 | 103 | 120 |
| Binary | 11010000 | 10101010 | 11101110 | 1101 | 11101 | 0 | 111 | 100010010 | 1000011 | 1010000 |
Color Harmonies of #D0AAEE
Complementary color
Monochromatic Colors of #D0AAEE
Black with #D0AAEE
Text Example
Text Example
White with #D0AAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAEE; }
p { color: rgb(208,170,238); }
H1.HeaderClassName
{
color: #D0AAEE;
}
.AnyTagClassName
{
color: #D0AAEE;
}
</style>
background-color css
<style>
a { background-color: #D0AAEE; }
a { background-color: rgb(208,170,238); }
div.DivClassName
{
background-color: #D0AAEE;
}
.BgClassName
{
background-color: #D0AAEE;
}
</style>
border-color css
<style>
span { border-color: #D0AAEE; }
span { border-color: rgb(208,170,238); }
td.TdClassName
{
border-color: #D0AAEE;
}
.TagClassName
{
border-color: #D0AAEE;
}
</style>