#CCAAEB

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

Shades of Perfume #CCAAEB

Tints of Perfume #CCAAEB

Color information

#CCAAEB (or 0xCCAAEB) is unknown color: approx Perfume. HEX triplet: CC, AA and EB. RGB value is (204,170,235). Sum of RGB (Red+Green+Blue) = 204+170+235=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAEB is #335514. Grayscale: #BBBBBB. Windows color (decimal): -3364117 or 15444684. OLE color: 15444684.

HSL color Cylindrical-coordinate representation of color #CCAAEB: hue angle of 271.38º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCAAEB is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204170235-
CMYK0.130.2800.08
HSL271.38º61.9%79.41%-
HSV(B)271.38º27.66%92.16%-
XYZ54.2747.5884.92-
YUV187.58154.76139.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=33.50%
G=27.91%
B=38.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041702350.130.2800.08271.3861.979.41
HexCCAAEBD1C0810f3e4f
Octal314252353153401041776117
Binary110011001010101011101011110111100010001000011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAEB; }

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

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

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

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

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

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

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

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