#CCAEEE

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

Shades of Perfume #CCAEEE

Tints of Perfume #CCAEEE

Color information

#CCAEEE (or 0xCCAEEE) is unknown color: approx Perfume. HEX triplet: CC, AE and EE. RGB value is (204,174,238). Sum of RGB (Red+Green+Blue) = 204+174+238=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEEE is #335111. Grayscale: #BEBEBE. Windows color (decimal): -3363090 or 15642316. OLE color: 15642316.

HSL color Cylindrical-coordinate representation of color #CCAEEE: hue angle of 268.12º 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 #CCAEEE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204174238-
CMYK0.140.2700.07
HSL268.12º65.31%80.78%-
HSV(B)268.12º26.89%93.33%-
XYZ55.4749.2887.48-
YUV190.27154.94137.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=33.12%
G=28.25%
B=38.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041742380.140.2700.07268.1265.3180.78
HexCCAEEEE1B0710c4151
Octal314256356163307414101121
Binary110011001010111011101110111011011011110000110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEEE; }

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

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

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

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

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

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

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

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