#CCAAF0

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

Shades of Perfume #CCAAF0

Tints of Perfume #CCAAF0

Color information

#CCAAF0 (or 0xCCAAF0) is unknown color: approx Perfume. HEX triplet: CC, AA and F0. RGB value is (204,170,240). Sum of RGB (Red+Green+Blue) = 204+170+240=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAF0 is #33550F. Grayscale: #BBBBBB. Windows color (decimal): -3364112 or 15772364. OLE color: 15772364.

HSL color Cylindrical-coordinate representation of color #CCAAF0: hue angle of 269.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCAAF0 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204170240-
CMYK0.150.2900.06
HSL269.14º70%80.39%-
HSV(B)269.14º29.17%94.12%-
XYZ5547.8888.78-
YUV188.15157.26139.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=33.22%
G=27.69%
B=39.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041702400.150.2900.06269.147080.39
HexCCAAF0F1D0610d4650
Octal314252360173506415106120
Binary110011001010101011110000111111101011010000110110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAF0; }

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

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

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

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

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

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

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

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