#C9AEDE

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

Shades of Perfume #C9AEDE

Tints of Perfume #C9AEDE

Color information

#C9AEDE (or 0xC9AEDE) is unknown color: approx Perfume. HEX triplet: C9, AE and DE. RGB value is (201,174,222). Sum of RGB (Red+Green+Blue) = 201+174+222=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEDE is #365121. Grayscale: #BBBBBB. Windows color (decimal): -3559714 or 14593737. OLE color: 14593737.

HSL color Cylindrical-coordinate representation of color #C9AEDE: hue angle of 273.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9AEDE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201174222-
CMYK0.090.2200.13
HSL273.75º42.11%77.65%-
HSV(B)273.75º21.62%87.06%-
XYZ52.4147.9675.6-
YUV187.54147.45137.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.67%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=33.67%
G=29.15%
B=37.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011742220.090.2200.13273.7542.1177.65
HexC9AEDE9160D1122a4e
Octal311256336112601542252116
Binary110010011010111011011110100110110011011000100101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AEDE; }

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

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

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

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

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

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

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

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