#C7AEE0

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

Shades of Perfume #C7AEE0

Tints of Perfume #C7AEE0

Color information

#C7AEE0 (or 0xC7AEE0) is unknown color: approx Perfume. HEX triplet: C7, AE and E0. RGB value is (199,174,224). Sum of RGB (Red+Green+Blue) = 199+174+224=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #C7AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEE0 is #38511F. Grayscale: #BBBBBB. Windows color (decimal): -3690784 or 14724807. OLE color: 14724807.

HSL color Cylindrical-coordinate representation of color #C7AEE0: hue angle of 270º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7AEE0 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199174224-
CMYK0.110.2200.12
HSL270º44.64%78.04%-
HSV(B)270º22.32%87.84%-
XYZ52.1447.877-
YUV187.18148.78136.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 224 (87.89% from 255) = 37.52%
R=33.33%
G=29.15%
B=37.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991742240.110.2200.1227044.6478.04
HexC7AEE0B160C10e2d4e
Octal307256340132601441655116
Binary110001111010111011100000101110110011001000011101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AEE0; }

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

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

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

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

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

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

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

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