Shades of Perfume #C5ABEE
Tints of Perfume #C5ABEE
RGB
CMYK
RGB Variations
Color information
#C5ABEE (or 0xC5ABEE) is known color: Perfume. HEX triplet: C5, AB and EE. RGB value is (197,171,238). Sum of RGB (Red+Green+Blue) = 197+171+238=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABEE is #3A5411. Grayscale: #BABABA. Windows color (decimal): -3822610 or 15641541. OLE color: 15641541.
HSL color Cylindrical-coordinate representation of color #C5ABEE: hue angle of 263.28º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5ABEE is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 171 | 238 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.07 |
| HSL | 263.28º | 0.66% | 0.8% | - |
| HSV(B) | 263.28º | 0.28% | 0.93% | - |
| XYZ | 53.02 | 47.17 | 87.2 | - |
| YUV | 186.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 238 | 0.17 | 0.28 | 0 | 0.07 | 263.28 | 0.66 | 0.8 |
| Hex | C5 | AB | EE | 11 | 1C | 0 | 7 | 107 | 42 | 50 |
| Octal | 305 | 253 | 356 | 21 | 34 | 0 | 7 | 407 | 102 | 120 |
| Binary | 11000101 | 10101011 | 11101110 | 10001 | 11100 | 0 | 111 | 100000111 | 1000010 | 1010000 |
Color Harmonies of #C5ABEE
Complementary color
Monochromatic Colors of #C5ABEE
Black with #C5ABEE
Text Example
Text Example
White with #C5ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABEE; }
p { color: rgb(197,171,238); }
H1.HeaderClassName
{
color: #C5ABEE;
}
.AnyTagClassName
{
color: #C5ABEE;
}
</style>
background-color css
<style>
a { background-color: #C5ABEE; }
a { background-color: rgb(197,171,238); }
div.DivClassName
{
background-color: #C5ABEE;
}
.BgClassName
{
background-color: #C5ABEE;
}
</style>
border-color css
<style>
span { border-color: #C5ABEE; }
span { border-color: rgb(197,171,238); }
td.TdClassName
{
border-color: #C5ABEE;
}
.TagClassName
{
border-color: #C5ABEE;
}
</style>