#CAB1EB

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

Shades of Perfume #CAB1EB

Tints of Perfume #CAB1EB

Color information

#CAB1EB (or 0xCAB1EB) is unknown color: approx Perfume. HEX triplet: CA, B1 and EB. RGB value is (202,177,235). Sum of RGB (Red+Green+Blue) = 202+177+235=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAB1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1EB is #354E14. Grayscale: #BEBEBE. Windows color (decimal): -3493397 or 15446474. OLE color: 15446474.

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

Color convert

RGB202177235-
CMYK0.140.2500.08
HSL265.86º59.18%80.78%-
HSV(B)265.86º24.68%92.16%-
XYZ55.075085.35-
YUV191.09152.78135.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 177 (69.53% from 255) = 28.83%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=32.90%
G=28.83%
B=38.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021772350.140.2500.08265.8659.1880.78
HexCAB1EBE190810a3b51
Octal312261353163101041273121
Binary110010101011000111101011111011001010001000010101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1EB; }

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

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

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

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

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

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

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

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