#C5AEDA

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

Shades of Perfume #C5AEDA

Tints of Perfume #C5AEDA

Color information

#C5AEDA (or 0xC5AEDA) is unknown color: approx Perfume. HEX triplet: C5, AE and DA. RGB value is (197,174,218). Sum of RGB (Red+Green+Blue) = 197+174+218=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEDA is #3A5125. Grayscale: #B9B9B9. Windows color (decimal): -3821862 or 14331589. OLE color: 14331589.

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

Color convert

RGB197174218-
CMYK0.100.2000.15
HSL271.36º37.29%76.86%-
HSV(B)271.36º20.18%85.49%-
XYZ50.8247.272.76-
YUV185.89146.12135.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.45%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=33.45%
G=29.54%
B=37.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971742180.100.2000.15271.3637.2976.86
HexC5AEDAA140F10f254d
Octal305256332122401741745115
Binary110001011010111011011010101010100011111000011111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AEDA; }

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

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

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

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

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

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

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

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