#C7AEEE

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

Shades of Perfume #C7AEEE

Tints of Perfume #C7AEEE

Color information

#C7AEEE (or 0xC7AEEE) is unknown color: approx Perfume. HEX triplet: C7, AE and EE. RGB value is (199,174,238). Sum of RGB (Red+Green+Blue) = 199+174+238=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AEEE is #385111. Grayscale: #BCBCBC. Windows color (decimal): -3690770 or 15642311. OLE color: 15642311.

HSL color Cylindrical-coordinate representation of color #C7AEEE: hue angle of 263.44º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7AEEE is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199174238-
CMYK0.160.2700.07
HSL263.44º65.31%80.78%-
HSV(B)263.44º26.89%93.33%-
XYZ54.1248.5987.41-
YUV188.77155.78135.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.57%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=32.57%
G=28.48%
B=38.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991742380.160.2700.07263.4465.3180.78
HexC7AEEE101B071074151
Octal307256356203307407101121
Binary1100011110101110111011101000011011011110000011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AEEE; }

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

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

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

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

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

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

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

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