#CAAAEC

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

Shades of Perfume #CAAAEC

Tints of Perfume #CAAAEC

Color information

#CAAAEC (or 0xCAAAEC) is unknown color: approx Perfume. HEX triplet: CA, AA and EC. RGB value is (202,170,236). Sum of RGB (Red+Green+Blue) = 202+170+236=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAEC is #355513. Grayscale: #BABABA. Windows color (decimal): -3495188 or 15510218. OLE color: 15510218.

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

Color convert

RGB202170236-
CMYK0.140.2800.07
HSL269.09º63.46%79.61%-
HSV(B)269.09º27.97%92.55%-
XYZ53.8747.3685.66-
YUV187.09155.6138.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=33.22%
G=27.96%
B=38.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021702360.140.2800.07269.0963.4679.61
HexCAAAECE1C0710d3f50
Octal31225235416340741577120
Binary11001010101010101110110011101110001111000011011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAEC; }

 p { color: rgb(202,170,236); }

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

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

 a { background-color: rgb(202,170,236); }

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

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

 span { border-color: rgb(202,170,236); }

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