Shades of Perfume #C2ABD9
Tints of Perfume #C2ABD9
RGB
CMYK
RGB Variations
Color information
#C2ABD9 (or 0xC2ABD9) is known color: Perfume. HEX triplet: C2, AB and D9. RGB value is (194,171,217). Sum of RGB (Red+Green+Blue) = 194+171+217=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2ABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABD9 is #3D5426. Grayscale: #B6B6B6. Windows color (decimal): -4019239 or 14265282. OLE color: 14265282.
HSL color Cylindrical-coordinate representation of color #C2ABD9: hue angle of 270º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2ABD9 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 171 | 217 | - |
CMYK | 0.11 | 0.21 | 0 | 0.15 |
HSL | 270º | 0.38% | 0.76% | - |
HSV(B) | 270º | 0.21% | 0.85% | - |
XYZ | 49.34 | 45.6 | 71.85 | - |
YUV | 183.12 | 147.12 | 135.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 171 | 217 | 0.11 | 0.21 | 0 | 0.15 | 270 | 0.38 | 0.76 |
Hex | C2 | AB | D9 | B | 15 | 0 | F | 10E | 26 | 4C |
Octal | 302 | 253 | 331 | 13 | 25 | 0 | 17 | 416 | 46 | 114 |
Binary | 11000010 | 10101011 | 11011001 | 1011 | 10101 | 0 | 1111 | 100001110 | 100110 | 1001100 |
Color Harmonies of #C2ABD9
Complementary color
Monochromatic Colors of #C2ABD9
Black with #C2ABD9
Text Example
Text Example
White with #C2ABD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABD9; }
p { color: rgb(194,171,217); }
H1.HeaderClassName
{
color: #C2ABD9;
}
.AnyTagClassName
{
color: #C2ABD9;
}
</style>
background-color css
<style>
a { background-color: #C2ABD9; }
a { background-color: rgb(194,171,217); }
div.DivClassName
{
background-color: #C2ABD9;
}
.BgClassName
{
background-color: #C2ABD9;
}
</style>
border-color css
<style>
span { border-color: #C2ABD9; }
span { border-color: rgb(194,171,217); }
td.TdClassName
{
border-color: #C2ABD9;
}
.TagClassName
{
border-color: #C2ABD9;
}
</style>