#CCAEE5

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

Shades of Perfume #CCAEE5

Tints of Perfume #CCAEE5

Color information

#CCAEE5 (or 0xCCAEE5) is unknown color: approx Perfume. HEX triplet: CC, AE and E5. RGB value is (204,174,229). Sum of RGB (Red+Green+Blue) = 204+174+229=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEE5 is #33511A. Grayscale: #BDBDBD. Windows color (decimal): -3363099 or 15052492. OLE color: 15052492.

HSL color Cylindrical-coordinate representation of color #CCAEE5: hue angle of 272.73º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCAEE5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204174229-
CMYK0.110.2400.10
HSL272.73º51.4%79.02%-
HSV(B)272.73º24.02%89.8%-
XYZ54.1848.7780.69-
YUV189.24150.44138.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 229 (89.84% from 255) = 37.73%
R=33.61%
G=28.67%
B=37.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041742290.110.2400.10272.7351.479.02
HexCCAEE5B180A111334f
Octal314256345133001242163117
Binary110011001010111011100101101111000010101000100011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEE5; }

 p { color: rgb(204,174,229); }

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

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

 a { background-color: rgb(204,174,229); }

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

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

 span { border-color: rgb(204,174,229); }

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