#CCACE4

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

Shades of Perfume #CCACE4

Tints of Perfume #CCACE4

Color information

#CCACE4 (or 0xCCACE4) is unknown color: approx Perfume. HEX triplet: CC, AC and E4. RGB value is (204,172,228). Sum of RGB (Red+Green+Blue) = 204+172+228=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACE4 is #33531B. Grayscale: #BBBBBB. Windows color (decimal): -3363612 or 14986444. OLE color: 14986444.

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

Color convert

RGB204172228-
CMYK0.110.2500.11
HSL274.29º50.91%78.43%-
HSV(B)274.29º24.56%89.41%-
XYZ53.6647.9479.82-
YUV187.95150.6139.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=33.77%
G=28.48%
B=37.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041722280.110.2500.11274.2950.9178.43
HexCCACE4B190B112334e
Octal314254344133101342263116
Binary110011001010110011100100101111001010111000100101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACE4; }

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

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

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

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

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

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

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

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