#CCACE3

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

Shades of Perfume #CCACE3

Tints of Perfume #CCACE3

Color information

#CCACE3 (or 0xCCACE3) is unknown color: approx Perfume. HEX triplet: CC, AC and E3. RGB value is (204,172,227). Sum of RGB (Red+Green+Blue) = 204+172+227=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACE3 is #33531C. Grayscale: #BBBBBB. Windows color (decimal): -3363613 or 14920908. OLE color: 14920908.

HSL color Cylindrical-coordinate representation of color #CCACE3: hue angle of 274.91º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCACE3 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204172227-
CMYK0.100.2400.11
HSL274.91º49.55%78.24%-
HSV(B)274.91º24.23%89.02%-
XYZ53.5247.8979.1-
YUV187.84150.1139.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 227 (89.06% from 255) = 37.65%
R=33.83%
G=28.52%
B=37.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041722270.100.2400.11274.9149.5578.24
HexCCACE3A180B113324e
Octal314254343123001342362116
Binary110011001010110011100011101011000010111000100111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACE3; }

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

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

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

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

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

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

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

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