#CAACEA

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

Shades of Perfume #CAACEA

Tints of Perfume #CAACEA

Color information

#CAACEA (or 0xCAACEA) is unknown color: approx Perfume. HEX triplet: CA, AC and EA. RGB value is (202,172,234). Sum of RGB (Red+Green+Blue) = 202+172+234=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACEA is #355315. Grayscale: #BBBBBB. Windows color (decimal): -3494678 or 15379658. OLE color: 15379658.

HSL color Cylindrical-coordinate representation of color #CAACEA: hue angle of 269.03º 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 #CAACEA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202172234-
CMYK0.140.2600.08
HSL269.03º59.62%79.61%-
HSV(B)269.03º26.5%91.76%-
XYZ53.964884.26-
YUV188.04153.94137.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=33.22%
G=28.29%
B=38.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021722340.140.2600.08269.0359.6279.61
HexCAACEAE1A0810d3c50
Octal312254352163201041574120
Binary110010101010110011101010111011010010001000011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACEA; }

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

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

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

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

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

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

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

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