Shades of Perfume #D0AEED
Tints of Perfume #D0AEED
RGB
CMYK
RGB Variations
Color information
#D0AEED (or 0xD0AEED) is known color: Perfume. HEX triplet: D0, AE and ED. RGB value is (208,174,237). Sum of RGB (Red+Green+Blue) = 208+174+237=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AEED is #2F5112. Grayscale: #BFBFBF. Windows color (decimal): -3100947 or 15576784. OLE color: 15576784.
HSL color Cylindrical-coordinate representation of color #D0AEED: hue angle of 272.38º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0AEED is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 174 | 237 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.07 |
| HSL | 272.38º | 0.64% | 0.81% | - |
| HSV(B) | 272.38º | 0.27% | 0.93% | - |
| XYZ | 56.43 | 49.8 | 86.76 | - |
| YUV | 191.35 | 153.76 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 237 | 0.12 | 0.27 | 0 | 0.07 | 272.38 | 0.64 | 0.81 |
| Hex | D0 | AE | ED | C | 1B | 0 | 7 | 110 | 40 | 51 |
| Octal | 320 | 256 | 355 | 14 | 33 | 0 | 7 | 420 | 100 | 121 |
| Binary | 11010000 | 10101110 | 11101101 | 1100 | 11011 | 0 | 111 | 100010000 | 1000000 | 1010001 |
Color Harmonies of #D0AEED
Complementary color
Monochromatic Colors of #D0AEED
Black with #D0AEED
Text Example
Text Example
White with #D0AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AEED; }
p { color: rgb(208,174,237); }
H1.HeaderClassName
{
color: #D0AEED;
}
.AnyTagClassName
{
color: #D0AEED;
}
</style>
background-color css
<style>
a { background-color: #D0AEED; }
a { background-color: rgb(208,174,237); }
div.DivClassName
{
background-color: #D0AEED;
}
.BgClassName
{
background-color: #D0AEED;
}
</style>
border-color css
<style>
span { border-color: #D0AEED; }
span { border-color: rgb(208,174,237); }
td.TdClassName
{
border-color: #D0AEED;
}
.TagClassName
{
border-color: #D0AEED;
}
</style>