#CAABE2

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

Shades of Perfume #CAABE2

Tints of Perfume #CAABE2

Color information

#CAABE2 (or 0xCAABE2) is unknown color: approx Perfume. HEX triplet: CA, AB and E2. RGB value is (202,171,226). Sum of RGB (Red+Green+Blue) = 202+171+226=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #CAABE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABE2 is #35541D. Grayscale: #BABABA. Windows color (decimal): -3494942 or 14855114. OLE color: 14855114.

HSL color Cylindrical-coordinate representation of color #CAABE2: hue angle of 273.82º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAABE2 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202171226-
CMYK0.110.2400.11
HSL273.82º48.67%77.84%-
HSV(B)273.82º24.34%88.63%-
XYZ52.6547.1778.28-
YUV186.54150.27139.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 226 (88.67% from 255) = 37.73%
R=33.72%
G=28.55%
B=37.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021712260.110.2400.11273.8248.6777.84
HexCAABE2B180B112314e
Octal312253342133001342261116
Binary110010101010101111100010101111000010111000100101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABE2; }

 p { color: rgb(202,171,226); }

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

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

 a { background-color: rgb(202,171,226); }

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

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

 span { border-color: rgb(202,171,226); }

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