#CCACE7

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

Shades of Perfume #CCACE7

Tints of Perfume #CCACE7

Color information

#CCACE7 (or 0xCCACE7) is unknown color: approx Perfume. HEX triplet: CC, AC and E7. RGB value is (204,172,231). Sum of RGB (Red+Green+Blue) = 204+172+231=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCACE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACE7 is #335318. Grayscale: #BCBCBC. Windows color (decimal): -3363609 or 15183052. OLE color: 15183052.

HSL color Cylindrical-coordinate representation of color #CCACE7: hue angle of 272.54º degrees, saturation: 0.55, 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 #CCACE7 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204172231-
CMYK0.120.2600.09
HSL272.54º55.14%79.02%-
HSV(B)272.54º25.54%90.59%-
XYZ54.0848.1182.04-
YUV188.29152.1139.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 231 (90.62% from 255) = 38.06%
R=33.61%
G=28.34%
B=38.06%

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
Decimal2041722310.120.2600.09272.5455.1479.02
HexCCACE7C1A09111374f
Octal314254347143201142167117
Binary110011001010110011100111110011010010011000100011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACE7; }

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

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

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

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

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

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

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

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