#CAB3EC

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

Shades of Melrose #CAB3EC

Tints of Melrose #CAB3EC

Color information

#CAB3EC (or 0xCAB3EC) is unknown color: approx Melrose. HEX triplet: CA, B3 and EC. RGB value is (202,179,236). Sum of RGB (Red+Green+Blue) = 202+179+236=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB3EC is #354C13. Grayscale: #C0C0C0. Windows color (decimal): -3492884 or 15512522. OLE color: 15512522.

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

Color convert

RGB202179236-
CMYK0.140.2400.07
HSL264.21º60%81.37%-
HSV(B)264.21º24.15%92.55%-
XYZ55.6250.8586.24-
YUV192.38152.62134.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 179 (70.31% from 255) = 29.01%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=32.74%
G=29.01%
B=38.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021792360.140.2400.07264.216081.37
HexCAB3ECE18071083c51
Octal31226335416300741074121
Binary11001010101100111110110011101100001111000010001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3EC; }

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

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

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

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

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

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

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

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