#CCACEA

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

Shades of Perfume #CCACEA

Tints of Perfume #CCACEA

Color information

#CCACEA (or 0xCCACEA) is unknown color: approx Perfume. HEX triplet: CC, AC and EA. RGB value is (204,172,234). Sum of RGB (Red+Green+Blue) = 204+172+234=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACEA is #335315. Grayscale: #BCBCBC. Windows color (decimal): -3363606 or 15379660. OLE color: 15379660.

HSL color Cylindrical-coordinate representation of color #CCACEA: hue angle of 270.97º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCACEA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204172234-
CMYK0.130.2600.08
HSL270.97º59.62%79.61%-
HSV(B)270.97º26.5%91.76%-
XYZ54.5148.2884.29-
YUV188.64153.6138.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=33.44%
G=28.20%
B=38.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041722340.130.2600.08270.9759.6279.61
HexCCACEAD1A0810f3c50
Octal314254352153201041774120
Binary110011001010110011101010110111010010001000011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACEA; }

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

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

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

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

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

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

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

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