#CAB0E9

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

Shades of Perfume #CAB0E9

Tints of Perfume #CAB0E9

Color information

#CAB0E9 (or 0xCAB0E9) is unknown color: approx Perfume. HEX triplet: CA, B0 and E9. RGB value is (202,176,233). Sum of RGB (Red+Green+Blue) = 202+176+233=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAB0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0E9 is #354F16. Grayscale: #BEBEBE. Windows color (decimal): -3493655 or 15315146. OLE color: 15315146.

HSL color Cylindrical-coordinate representation of color #CAB0E9: hue angle of 267.37º 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 #CAB0E9 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202176233-
CMYK0.130.2400.09
HSL267.37º56.44%80.2%-
HSV(B)267.37º24.46%91.37%-
XYZ54.5949.4983.77-
YUV190.27152.11136.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=33.06%
G=28.81%
B=38.13%

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
Decimal2021762330.130.2400.09267.3756.4480.2
HexCAB0E9D180910b3850
Octal312260351153001141370120
Binary110010101011000011101001110111000010011000010111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0E9; }

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

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

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

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

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

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

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

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