#CAAAEB

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

Shades of Perfume #CAAAEB

Tints of Perfume #CAAAEB

Color information

#CAAAEB (or 0xCAAAEB) is unknown color: approx Perfume. HEX triplet: CA, AA and EB. RGB value is (202,170,235). Sum of RGB (Red+Green+Blue) = 202+170+235=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAEB is #355514. Grayscale: #BABABA. Windows color (decimal): -3495189 or 15444682. OLE color: 15444682.

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

Color convert

RGB202170235-
CMYK0.140.2800.08
HSL269.54º61.9%79.41%-
HSV(B)269.54º27.66%92.16%-
XYZ53.7347.384.9-
YUV186.98155.1138.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 170 (66.80% from 255) = 28.01%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=33.28%
G=28.01%
B=38.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021702350.140.2800.08269.5461.979.41
HexCAAAEBE1C0810e3e4f
Octal312252353163401041676117
Binary110010101010101011101011111011100010001000011101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAEB; }

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

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

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

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

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

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

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

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