#caaaea

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

Shades of Perfume #CAAAEA

Tints of Perfume #CAAAEA

Color information

#CAAAEA (or 0xCAAAEA) is unknown color: approx Perfume. HEX triplet: CA, AA and EA. RGB value is (202,170,234). Sum of RGB (Red+Green+Blue) = 202+170+234=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAEA is #355515. Grayscale: #BABABA. Windows color (decimal): -3495190 or 15379146. OLE color: 15379146.

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

Color convert

RGB202170234-
CMYK0.140.2700.08
HSL270º60.38%79.22%-
HSV(B)270º27.35%91.76%-
XYZ53.5847.2584.14-
YUV186.86154.6138.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=33.33%
G=28.05%
B=38.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021702340.140.2700.0827060.3879.22
HexCAAAEAE1B0810e3c4f
Octal312252352163301041674117
Binary110010101010101011101010111011011010001000011101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caaaea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caaaea; }

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

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

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

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

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

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

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

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