#CCAAE8

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

Shades of Perfume #CCAAE8

Tints of Perfume #CCAAE8

Color information

#CCAAE8 (or 0xCCAAE8) is unknown color: approx Perfume. HEX triplet: CC, AA and E8. RGB value is (204,170,232). Sum of RGB (Red+Green+Blue) = 204+170+232=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCAAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAE8 is #335517. Grayscale: #BBBBBB. Windows color (decimal): -3364120 or 15248076. OLE color: 15248076.

HSL color Cylindrical-coordinate representation of color #CCAAE8: hue angle of 272.9º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCAAE8 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204170232-
CMYK0.120.2700.09
HSL272.9º57.41%78.82%-
HSV(B)272.9º26.72%90.98%-
XYZ53.8447.4182.66-
YUV187.23153.26139.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 232 (91.02% from 255) = 38.28%
R=33.66%
G=28.05%
B=38.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041702320.120.2700.09272.957.4178.82
HexCCAAE8C1B09111394f
Octal314252350143301142171117
Binary110011001010101011101000110011011010011000100011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAE8; }

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

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

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

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

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

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

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

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