Shades of Perfume #D2AFEB
Tints of Perfume #D2AFEB
RGB
CMYK
RGB Variations
Color information
#D2AFEB (or 0xD2AFEB) is known color: Perfume. HEX triplet: D2, AF and EB. RGB value is (210,175,235). Sum of RGB (Red+Green+Blue) = 210+175+235=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFEB is #2D5014. Grayscale: #C0C0C0. Windows color (decimal): -2969621 or 15445970. OLE color: 15445970.
HSL color Cylindrical-coordinate representation of color #D2AFEB: hue angle of 275º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2AFEB is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 175 | 235 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.08 |
| HSL | 275º | 0.6% | 0.8% | - |
| HSV(B) | 275º | 0.26% | 0.92% | - |
| XYZ | 56.9 | 50.36 | 85.32 | - |
| YUV | 192.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 235 | 0.11 | 0.26 | 0 | 0.08 | 275 | 0.6 | 0.8 |
| Hex | D2 | AF | EB | B | 1A | 0 | 8 | 113 | 3C | 50 |
| Octal | 322 | 257 | 353 | 13 | 32 | 0 | 10 | 423 | 74 | 120 |
| Binary | 11010010 | 10101111 | 11101011 | 1011 | 11010 | 0 | 1000 | 100010011 | 111100 | 1010000 |
Color Harmonies of #D2AFEB
Complementary color
Monochromatic Colors of #D2AFEB
Black with #D2AFEB
Text Example
Text Example
White with #D2AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFEB; }
p { color: rgb(210,175,235); }
H1.HeaderClassName
{
color: #D2AFEB;
}
.AnyTagClassName
{
color: #D2AFEB;
}
</style>
background-color css
<style>
a { background-color: #D2AFEB; }
a { background-color: rgb(210,175,235); }
div.DivClassName
{
background-color: #D2AFEB;
}
.BgClassName
{
background-color: #D2AFEB;
}
</style>
border-color css
<style>
span { border-color: #D2AFEB; }
span { border-color: rgb(210,175,235); }
td.TdClassName
{
border-color: #D2AFEB;
}
.TagClassName
{
border-color: #D2AFEB;
}
</style>