#CCAAEE

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

Shades of Perfume #CCAAEE

Tints of Perfume #CCAAEE

Color information

#CCAAEE (or 0xCCAAEE) is unknown color: approx Perfume. HEX triplet: CC, AA and EE. RGB value is (204,170,238). Sum of RGB (Red+Green+Blue) = 204+170+238=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAEE is #335511. Grayscale: #BBBBBB. Windows color (decimal): -3364114 or 15641292. OLE color: 15641292.

HSL color Cylindrical-coordinate representation of color #CCAAEE: hue angle of 270º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCAAEE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204170238-
CMYK0.140.2900.07
HSL270º66.67%80%-
HSV(B)270º28.57%93.33%-
XYZ54.7147.7687.22-
YUV187.92156.26139.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=33.33%
G=27.78%
B=38.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041702380.140.2900.0727066.6780
HexCCAAEEE1D0710e4350
Octal314252356163507416103120
Binary110011001010101011101110111011101011110000111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAEE; }

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

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

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

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

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

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

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

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