#C2AEDA

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

Shades of Perfume #C2AEDA

Tints of Perfume #C2AEDA

Color information

#C2AEDA (or 0xC2AEDA) is unknown color: approx Perfume. HEX triplet: C2, AE and DA. RGB value is (194,174,218). Sum of RGB (Red+Green+Blue) = 194+174+218=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEDA is #3D5125. Grayscale: #B8B8B8. Windows color (decimal): -4018470 or 14331586. OLE color: 14331586.

HSL color Cylindrical-coordinate representation of color #C2AEDA: hue angle of 267.27º 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 #C2AEDA is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194174218-
CMYK0.110.2000.15
HSL267.27º37.29%76.86%-
HSV(B)267.27º20.18%85.49%-
XYZ50.0446.872.73-
YUV185146.63134.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.11%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=33.11%
G=29.69%
B=37.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941742180.110.2000.15267.2737.2976.86
HexC2AEDAB140F10b254d
Octal302256332132401741345115
Binary110000101010111011011010101110100011111000010111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AEDA; }

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

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

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

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

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

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

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

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