#CAB0EE

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

Shades of Perfume #CAB0EE

Tints of Perfume #CAB0EE

Color information

#CAB0EE (or 0xCAB0EE) is unknown color: approx Perfume. HEX triplet: CA, B0 and EE. RGB value is (202,176,238). Sum of RGB (Red+Green+Blue) = 202+176+238=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0EE is #354F11. Grayscale: #BEBEBE. Windows color (decimal): -3493650 or 15642826. OLE color: 15642826.

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

Color convert

RGB202176238-
CMYK0.150.2600.07
HSL265.16º64.58%81.18%-
HSV(B)265.16º26.05%93.33%-
XYZ55.3249.7887.58-
YUV190.84154.61135.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 176 (69.14% from 255) = 28.57%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=32.79%
G=28.57%
B=38.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021762380.150.2600.07265.1664.5881.18
HexCAB0EEF1A071094151
Octal312260356173207411101121
Binary110010101011000011101110111111010011110000100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0EE; }

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

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

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

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

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

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

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

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