#C7AEE4

Color #C7AEE4 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #C7AEE4

Tints of Perfume #C7AEE4

Color information

#C7AEE4 (or 0xC7AEE4) is unknown color: approx Perfume. HEX triplet: C7, AE and E4. RGB value is (199,174,228). Sum of RGB (Red+Green+Blue) = 199+174+228=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #C7AEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEE4 is #38511B. Grayscale: #BBBBBB. Windows color (decimal): -3690780 or 14986951. OLE color: 14986951.

HSL color Cylindrical-coordinate representation of color #C7AEE4: hue angle of 267.78º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7AEE4 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB199174228-
CMYK0.130.2400.11
HSL267.78º50%78.82%-
HSV(B)267.78º23.68%89.41%-
XYZ52.6948.0279.89-
YUV187.63150.78136.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 33.11%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 228 (89.45% from 255) = 37.94%
R=33.11%
G=28.95%
B=37.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1991742280.130.2400.11267.785078.82
HexC7AEE4D180B10c324f
Octal307256344153001341462117
Binary110001111010111011100100110111000010111000011001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AEE4; }

 p { color: rgb(199,174,228); }

 H1.HeaderClassName
 {
   color: #C7AEE4;
 }
 .AnyTagClassName
 {
   color: #C7AEE4;
 }
</style>
background-color css

<style>
 a { background-color: #C7AEE4; }

 a { background-color: rgb(199,174,228); }

 div.DivClassName
 {
   background-color: #C7AEE4;
 }
 .BgClassName
 {
   background-color: #C7AEE4;
 }
</style>
border-color css

<style>
 span { border-color: #C7AEE4; }

 span { border-color: rgb(199,174,228); }

 td.TdClassName
 {
   border-color: #C7AEE4;
 }
 .TagClassName
 {
   border-color: #C7AEE4;
 }
</style>