#CAB0EF

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

Shades of Perfume #CAB0EF

Tints of Perfume #CAB0EF

Color information

#CAB0EF (or 0xCAB0EF) is unknown color: approx Perfume. HEX triplet: CA, B0 and EF. RGB value is (202,176,239). Sum of RGB (Red+Green+Blue) = 202+176+239=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0EF is #354F10. Grayscale: #BEBEBE. Windows color (decimal): -3493649 or 15708362. OLE color: 15708362.

HSL color Cylindrical-coordinate representation of color #CAB0EF: hue angle of 264.76º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAB0EF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202176239-
CMYK0.150.2600.06
HSL264.76º66.32%81.37%-
HSV(B)264.76º26.36%93.73%-
XYZ55.4649.8488.36-
YUV190.96155.11135.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 176 (69.14% from 255) = 28.53%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=32.74%
G=28.53%
B=38.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021762390.150.2600.06264.7666.3281.37
HexCAB0EFF1A061094251
Octal312260357173206411102121
Binary110010101011000011101111111111010011010000100110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0EF; }

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

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

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

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

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

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

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

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