#C7AEDA

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

Shades of Perfume #C7AEDA

Tints of Perfume #C7AEDA

Color information

#C7AEDA (or 0xC7AEDA) is unknown color: approx Perfume. HEX triplet: C7, AE and DA. RGB value is (199,174,218). Sum of RGB (Red+Green+Blue) = 199+174+218=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEDA is #385125. Grayscale: #BABABA. Windows color (decimal): -3690790 or 14331591. OLE color: 14331591.

HSL color Cylindrical-coordinate representation of color #C7AEDA: hue angle of 274.09º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7AEDA is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199174218-
CMYK0.090.2000.15
HSL274.09º37.29%76.86%-
HSV(B)274.09º20.18%85.49%-
XYZ51.3447.4872.79-
YUV186.49145.78136.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.67%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=33.67%
G=29.44%
B=36.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991742180.090.2000.15274.0937.2976.86
HexC7AEDA9140F112254d
Octal307256332112401742245115
Binary110001111010111011011010100110100011111000100101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AEDA; }

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

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

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

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

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

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

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

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