#CAABEB

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

Shades of Perfume #CAABEB

Tints of Perfume #CAABEB

Color information

#CAABEB (or 0xCAABEB) is unknown color: approx Perfume. HEX triplet: CA, AB and EB. RGB value is (202,171,235). Sum of RGB (Red+Green+Blue) = 202+171+235=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABEB is #355414. Grayscale: #BBBBBB. Windows color (decimal): -3494933 or 15444938. OLE color: 15444938.

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

Color convert

RGB202171235-
CMYK0.140.2700.08
HSL269.06º61.54%79.61%-
HSV(B)269.06º27.23%92.16%-
XYZ53.9247.6884.96-
YUV187.56154.77138.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 171 (67.19% from 255) = 28.12%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=33.22%
G=28.12%
B=38.65%

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
Decimal2021712350.140.2700.08269.0661.5479.61
HexCAABEBE1B0810d3e50
Octal312253353163301041576120
Binary110010101010101111101011111011011010001000011011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABEB; }

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

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

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

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

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

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

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

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