Shades of Perfume #C4A4EE
Tints of Perfume #C4A4EE
RGB
CMYK
RGB Variations
Color information
#C4A4EE (or 0xC4A4EE) is known color: Perfume. HEX triplet: C4, A4 and EE. RGB value is (196,164,238). Sum of RGB (Red+Green+Blue) = 196+164+238=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4A4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A4EE is #3B5B11. Grayscale: #B5B5B5. Windows color (decimal): -3889938 or 15639748. OLE color: 15639748.
HSL color Cylindrical-coordinate representation of color #C4A4EE: hue angle of 265.95º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4A4EE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 164 | 238 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.07 |
| HSL | 265.95º | 0.69% | 0.79% | - |
| HSV(B) | 265.95º | 0.31% | 0.93% | - |
| XYZ | 51.47 | 44.46 | 86.76 | - |
| YUV | 182 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 238 | 0.18 | 0.31 | 0 | 0.07 | 265.95 | 0.69 | 0.79 |
| Hex | C4 | A4 | EE | 12 | 1F | 0 | 7 | 10A | 45 | 4F |
| Octal | 304 | 244 | 356 | 22 | 37 | 0 | 7 | 412 | 105 | 117 |
| Binary | 11000100 | 10100100 | 11101110 | 10010 | 11111 | 0 | 111 | 100001010 | 1000101 | 1001111 |
Color Harmonies of #C4A4EE
Complementary color
Monochromatic Colors of #C4A4EE
Black with #C4A4EE
Text Example
Text Example
White with #C4A4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A4EE; }
p { color: rgb(196,164,238); }
H1.HeaderClassName
{
color: #C4A4EE;
}
.AnyTagClassName
{
color: #C4A4EE;
}
</style>
background-color css
<style>
a { background-color: #C4A4EE; }
a { background-color: rgb(196,164,238); }
div.DivClassName
{
background-color: #C4A4EE;
}
.BgClassName
{
background-color: #C4A4EE;
}
</style>
border-color css
<style>
span { border-color: #C4A4EE; }
span { border-color: rgb(196,164,238); }
td.TdClassName
{
border-color: #C4A4EE;
}
.TagClassName
{
border-color: #C4A4EE;
}
</style>