#C8AAE3

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

Shades of Perfume #C8AAE3

Tints of Perfume #C8AAE3

Color information

#C8AAE3 (or 0xC8AAE3) is unknown color: approx Perfume. HEX triplet: C8, AA and E3. RGB value is (200,170,227). Sum of RGB (Red+Green+Blue) = 200+170+227=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8AAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAE3 is #37551C. Grayscale: #B9B9B9. Windows color (decimal): -3626269 or 14920392. OLE color: 14920392.

HSL color Cylindrical-coordinate representation of color #C8AAE3: hue angle of 271.58º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8AAE3 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB200170227-
CMYK0.120.2500.11
HSL271.58º50.44%77.84%-
HSV(B)271.58º25.11%89.02%-
XYZ52.0646.5778.92-
YUV185.47151.44138.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 227 (89.06% from 255) = 38.02%
R=33.50%
G=28.48%
B=38.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2001702270.120.2500.11271.5850.4477.84
HexC8AAE3C190B110324e
Octal310252343143101342062116
Binary110010001010101011100011110011001010111000100001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AAE3; }

 p { color: rgb(200,170,227); }

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

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

 a { background-color: rgb(200,170,227); }

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

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

 span { border-color: rgb(200,170,227); }

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