#CCAEE3

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

Shades of Perfume #CCAEE3

Tints of Perfume #CCAEE3

Color information

#CCAEE3 (or 0xCCAEE3) is unknown color: approx Perfume. HEX triplet: CC, AE and E3. RGB value is (204,174,227). Sum of RGB (Red+Green+Blue) = 204+174+227=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEE3 is #33511C. Grayscale: #BCBCBC. Windows color (decimal): -3363101 or 14921420. OLE color: 14921420.

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

Color convert

RGB204174227-
CMYK0.100.2300.11
HSL273.96º48.62%78.63%-
HSV(B)273.96º23.35%89.02%-
XYZ53.948.6679.22-
YUV189.01149.44138.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 227 (89.06% from 255) = 37.52%
R=33.72%
G=28.76%
B=37.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041742270.100.2300.11273.9648.6278.63
HexCCAEE3A170B112314f
Octal314256343122701342261117
Binary110011001010111011100011101010111010111000100101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEE3; }

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

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

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

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

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

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

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

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