Shades of Perfume #D0AFEA
Tints of Perfume #D0AFEA
RGB
CMYK
RGB Variations
Color information
#D0AFEA (or 0xD0AFEA) is known color: Perfume. HEX triplet: D0, AF and EA. RGB value is (208,175,234). Sum of RGB (Red+Green+Blue) = 208+175+234=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFEA is #2F5015. Grayscale: #BFBFBF. Windows color (decimal): -3100694 or 15380432. OLE color: 15380432.
HSL color Cylindrical-coordinate representation of color #D0AFEA: hue angle of 273.56º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0AFEA is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 175 | 234 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.08 |
| HSL | 273.56º | 0.58% | 0.8% | - |
| HSV(B) | 273.56º | 0.25% | 0.92% | - |
| XYZ | 56.19 | 50.01 | 84.53 | - |
| YUV | 191.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 234 | 0.11 | 0.25 | 0 | 0.08 | 273.56 | 0.58 | 0.8 |
| Hex | D0 | AF | EA | B | 19 | 0 | 8 | 112 | 3A | 50 |
| Octal | 320 | 257 | 352 | 13 | 31 | 0 | 10 | 422 | 72 | 120 |
| Binary | 11010000 | 10101111 | 11101010 | 1011 | 11001 | 0 | 1000 | 100010010 | 111010 | 1010000 |
Color Harmonies of #D0AFEA
Complementary color
Monochromatic Colors of #D0AFEA
Black with #D0AFEA
Text Example
Text Example
White with #D0AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AFEA; }
p { color: rgb(208,175,234); }
H1.HeaderClassName
{
color: #D0AFEA;
}
.AnyTagClassName
{
color: #D0AFEA;
}
</style>
background-color css
<style>
a { background-color: #D0AFEA; }
a { background-color: rgb(208,175,234); }
div.DivClassName
{
background-color: #D0AFEA;
}
.BgClassName
{
background-color: #D0AFEA;
}
</style>
border-color css
<style>
span { border-color: #D0AFEA; }
span { border-color: rgb(208,175,234); }
td.TdClassName
{
border-color: #D0AFEA;
}
.TagClassName
{
border-color: #D0AFEA;
}
</style>