Shades of Perfume #C4ABEF
Tints of Perfume #C4ABEF
RGB
CMYK
RGB Variations
Color information
#C4ABEF (or 0xC4ABEF) is known color: Perfume. HEX triplet: C4, AB and EF. RGB value is (196,171,239). Sum of RGB (Red+Green+Blue) = 196+171+239=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ABEF is #3B5410. Grayscale: #B9B9B9. Windows color (decimal): -3888145 or 15707076. OLE color: 15707076.
HSL color Cylindrical-coordinate representation of color #C4ABEF: hue angle of 262.06º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4ABEF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 171 | 239 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.06 |
| HSL | 262.06º | 0.68% | 0.8% | - |
| HSV(B) | 262.06º | 0.28% | 0.94% | - |
| XYZ | 52.91 | 47.09 | 87.96 | - |
| YUV | 186.23 | 157.78 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 239 | 0.18 | 0.28 | 0 | 0.06 | 262.06 | 0.68 | 0.8 |
| Hex | C4 | AB | EF | 12 | 1C | 0 | 6 | 106 | 44 | 50 |
| Octal | 304 | 253 | 357 | 22 | 34 | 0 | 6 | 406 | 104 | 120 |
| Binary | 11000100 | 10101011 | 11101111 | 10010 | 11100 | 0 | 110 | 100000110 | 1000100 | 1010000 |
Color Harmonies of #C4ABEF
Complementary color
Monochromatic Colors of #C4ABEF
Black with #C4ABEF
Text Example
Text Example
White with #C4ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABEF; }
p { color: rgb(196,171,239); }
H1.HeaderClassName
{
color: #C4ABEF;
}
.AnyTagClassName
{
color: #C4ABEF;
}
</style>
background-color css
<style>
a { background-color: #C4ABEF; }
a { background-color: rgb(196,171,239); }
div.DivClassName
{
background-color: #C4ABEF;
}
.BgClassName
{
background-color: #C4ABEF;
}
</style>
border-color css
<style>
span { border-color: #C4ABEF; }
span { border-color: rgb(196,171,239); }
td.TdClassName
{
border-color: #C4ABEF;
}
.TagClassName
{
border-color: #C4ABEF;
}
</style>