#CCACE2

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

Shades of Perfume #CCACE2

Tints of Perfume #CCACE2

Color information

#CCACE2 (or 0xCCACE2) is unknown color: approx Perfume. HEX triplet: CC, AC and E2. RGB value is (204,172,226). Sum of RGB (Red+Green+Blue) = 204+172+226=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACE2 is #33531D. Grayscale: #BBBBBB. Windows color (decimal): -3363614 or 14855372. OLE color: 14855372.

HSL color Cylindrical-coordinate representation of color #CCACE2: hue angle of 275.56º degrees, saturation: 0.48, 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 #CCACE2 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204172226-
CMYK0.100.2400.11
HSL275.56º48.21%78.04%-
HSV(B)275.56º23.89%88.63%-
XYZ53.3847.8378.37-
YUV187.72149.6139.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 226 (88.67% from 255) = 37.54%
R=33.89%
G=28.57%
B=37.54%

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
Decimal2041722260.100.2400.11275.5648.2178.04
HexCCACE2A180B114304e
Octal314254342123001342460116
Binary110011001010110011100010101011000010111000101001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACE2; }

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

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

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

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

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

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

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

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