#C7AEED

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

Shades of Perfume #C7AEED

Tints of Perfume #C7AEED

Color information

#C7AEED (or 0xC7AEED) is unknown color: approx Perfume. HEX triplet: C7, AE and ED. RGB value is (199,174,237). Sum of RGB (Red+Green+Blue) = 199+174+237=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AEED is #385112. Grayscale: #BCBCBC. Windows color (decimal): -3690771 or 15576775. OLE color: 15576775.

HSL color Cylindrical-coordinate representation of color #C7AEED: hue angle of 263.81º degrees, saturation: 0.64, 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 #C7AEED is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199174237-
CMYK0.160.2700.07
HSL263.81º63.64%80.59%-
HSV(B)263.81º26.58%92.94%-
XYZ53.9848.5386.64-
YUV188.66155.28135.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=32.62%
G=28.52%
B=38.85%

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
Decimal1991742370.160.2700.07263.8163.6480.59
HexC7AEED101B071084051
Octal307256355203307410100121
Binary1100011110101110111011011000011011011110000100010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AEED; }

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

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

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

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

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

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

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

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