#CCA7EC

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

Shades of Perfume #CCA7EC

Tints of Perfume #CCA7EC

Color information

#CCA7EC (or 0xCCA7EC) is unknown color: approx Perfume. HEX triplet: CC, A7 and EC. RGB value is (204,167,236). Sum of RGB (Red+Green+Blue) = 204+167+236=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA7EC is #335813. Grayscale: #B9B9B9. Windows color (decimal): -3364884 or 15509452. OLE color: 15509452.

HSL color Cylindrical-coordinate representation of color #CCA7EC: hue angle of 272.17º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA7EC is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204167236-
CMYK0.140.2900.07
HSL272.17º64.49%79.02%-
HSV(B)272.17º29.24%92.55%-
XYZ53.8646.5385.5-
YUV185.93156.26140.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 167 (65.62% from 255) = 27.51%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=33.61%
G=27.51%
B=38.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041672360.140.2900.07272.1764.4979.02
HexCCA7ECE1D07110404f
Octal314247354163507420100117
Binary110011001010011111101100111011101011110001000010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7EC; }

 p { color: rgb(204,167,236); }

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

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

 a { background-color: rgb(204,167,236); }

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

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

 span { border-color: rgb(204,167,236); }

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