#C9AEEE

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

Shades of Perfume #C9AEEE

Tints of Perfume #C9AEEE

Color information

#C9AEEE (or 0xC9AEEE) is unknown color: approx Perfume. HEX triplet: C9, AE and EE. RGB value is (201,174,238). Sum of RGB (Red+Green+Blue) = 201+174+238=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEEE is #365111. Grayscale: #BDBDBD. Windows color (decimal): -3559698 or 15642313. OLE color: 15642313.

HSL color Cylindrical-coordinate representation of color #C9AEEE: hue angle of 265.31º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9AEEE is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201174238-
CMYK0.160.2700.07
HSL265.31º65.31%80.78%-
HSV(B)265.31º26.89%93.33%-
XYZ54.6648.8687.44-
YUV189.37155.45136.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.79%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=32.79%
G=28.38%
B=38.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011742380.160.2700.07265.3165.3180.78
HexC9AEEE101B071094151
Octal311256356203307411101121
Binary1100100110101110111011101000011011011110000100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AEEE; }

 p { color: rgb(201,174,238); }

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

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

 a { background-color: rgb(201,174,238); }

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

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

 span { border-color: rgb(201,174,238); }

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