#CAB1E9

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

Shades of Perfume #CAB1E9

Tints of Perfume #CAB1E9

Color information

#CAB1E9 (or 0xCAB1E9) is unknown color: approx Perfume. HEX triplet: CA, B1 and E9. RGB value is (202,177,233). Sum of RGB (Red+Green+Blue) = 202+177+233=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAB1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1E9 is #354E16. Grayscale: #BEBEBE. Windows color (decimal): -3493399 or 15315402. OLE color: 15315402.

HSL color Cylindrical-coordinate representation of color #CAB1E9: hue angle of 266.79º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB1E9 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202177233-
CMYK0.130.2400.09
HSL266.79º56%80.39%-
HSV(B)266.79º24.03%91.37%-
XYZ54.7949.8883.83-
YUV190.86151.78135.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 177 (69.53% from 255) = 28.92%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=33.01%
G=28.92%
B=38.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021772330.130.2400.09266.795680.39
HexCAB1E9D180910b3850
Octal312261351153001141370120
Binary110010101011000111101001110111000010011000010111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1E9; }

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

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

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

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

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

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

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

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