#CCACE9

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

Shades of Perfume #CCACE9

Tints of Perfume #CCACE9

Color information

#CCACE9 (or 0xCCACE9) is unknown color: approx Perfume. HEX triplet: CC, AC and E9. RGB value is (204,172,233). Sum of RGB (Red+Green+Blue) = 204+172+233=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACE9 is #335316. Grayscale: #BCBCBC. Windows color (decimal): -3363607 or 15314124. OLE color: 15314124.

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

Color convert

RGB204172233-
CMYK0.120.2600.09
HSL271.48º58.1%79.41%-
HSV(B)271.48º26.18%91.37%-
XYZ54.3648.2383.53-
YUV188.52153.1139.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=33.50%
G=28.24%
B=38.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041722330.120.2600.09271.4858.179.41
HexCCACE9C1A0910f3a4f
Octal314254351143201141772117
Binary110011001010110011101001110011010010011000011111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACE9; }

 p { color: rgb(204,172,233); }

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

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

 a { background-color: rgb(204,172,233); }

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

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

 span { border-color: rgb(204,172,233); }

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