#CAB1EC

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

Shades of Perfume #CAB1EC

Tints of Perfume #CAB1EC

Color information

#CAB1EC (or 0xCAB1EC) is unknown color: approx Perfume. HEX triplet: CA, B1 and EC. RGB value is (202,177,236). Sum of RGB (Red+Green+Blue) = 202+177+236=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1EC is #354E13. Grayscale: #BEBEBE. Windows color (decimal): -3493396 or 15512010. OLE color: 15512010.

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

Color convert

RGB202177236-
CMYK0.140.2500.07
HSL265.42º60.82%80.98%-
HSV(B)265.42º25%92.55%-
XYZ55.2250.0686.11-
YUV191.2153.28135.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=32.85%
G=28.78%
B=38.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021772360.140.2500.07265.4260.8280.98
HexCAB1ECE19071093d51
Octal31226135416310741175121
Binary11001010101100011110110011101100101111000010011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1EC; }

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

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

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

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

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

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

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

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