#C5AEE0

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

Shades of Perfume #C5AEE0

Tints of Perfume #C5AEE0

Color information

#C5AEE0 (or 0xC5AEE0) is unknown color: approx Perfume. HEX triplet: C5, AE and E0. RGB value is (197,174,224). Sum of RGB (Red+Green+Blue) = 197+174+224=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEE0 is #3A511F. Grayscale: #BABABA. Windows color (decimal): -3821856 or 14724805. OLE color: 14724805.

HSL color Cylindrical-coordinate representation of color #C5AEE0: hue angle of 267.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5AEE0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197174224-
CMYK0.120.2200.12
HSL267.6º44.64%78.04%-
HSV(B)267.6º22.32%87.84%-
XYZ51.6247.5276.97-
YUV186.58149.12135.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=33.11%
G=29.24%
B=37.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971742240.120.2200.12267.644.6478.04
HexC5AEE0C160C10c2d4e
Octal305256340142601441455116
Binary110001011010111011100000110010110011001000011001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AEE0; }

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

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

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

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

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

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

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

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