#CAB3E1

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

Shades of Perfume #CAB3E1

Tints of Perfume #CAB3E1

Color information

#CAB3E1 (or 0xCAB3E1) is unknown color: approx Perfume. HEX triplet: CA, B3 and E1. RGB value is (202,179,225). Sum of RGB (Red+Green+Blue) = 202+179+225=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAB3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3E1 is #354C1E. Grayscale: #BEBEBE. Windows color (decimal): -3492895 or 14791626. OLE color: 14791626.

HSL color Cylindrical-coordinate representation of color #CAB3E1: hue angle of 270º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAB3E1 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202179225-
CMYK0.100.2000.12
HSL270º43.4%79.22%-
HSV(B)270º20.44%88.24%-
XYZ54.0750.2378.08-
YUV191.12147.12135.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=33.33%
G=29.54%
B=37.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021792250.100.2000.1227043.479.22
HexCAB3E1A140C10e2b4f
Octal312263341122401441653117
Binary110010101011001111100001101010100011001000011101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3E1; }

 p { color: rgb(202,179,225); }

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

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

 a { background-color: rgb(202,179,225); }

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

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

 span { border-color: rgb(202,179,225); }

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