#C2AED5

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

Shades of Perfume #C2AED5

Tints of Perfume #C2AED5

Color information

#C2AED5 (or 0xC2AED5) is unknown color: approx Perfume. HEX triplet: C2, AE and D5. RGB value is (194,174,213). Sum of RGB (Red+Green+Blue) = 194+174+213=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AED5 is #3D512A. Grayscale: #B8B8B8. Windows color (decimal): -4018475 or 14003906. OLE color: 14003906.

HSL color Cylindrical-coordinate representation of color #C2AED5: hue angle of 270.77º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2AED5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194174213-
CMYK0.090.1800.16
HSL270.77º31.71%75.88%-
HSV(B)270.77º18.31%83.53%-
XYZ49.3946.5569.33-
YUV184.43144.13134.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.39%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=33.39%
G=29.95%
B=36.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941742130.090.1800.16270.7731.7175.88
HexC2AED591201010f204c
Octal302256325112202041740114
Binary1100001010101110110101011001100100100001000011111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AED5; }

 p { color: rgb(194,174,213); }

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

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

 a { background-color: rgb(194,174,213); }

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

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

 span { border-color: rgb(194,174,213); }

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