#CAB3F6

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

Shades of Melrose #CAB3F6

Tints of Melrose #CAB3F6

Color information

#CAB3F6 (or 0xCAB3F6) is unknown color: approx Melrose. HEX triplet: CA, B3 and F6. RGB value is (202,179,246). Sum of RGB (Red+Green+Blue) = 202+179+246=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAB3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB3F6 is #354C09. Grayscale: #C1C1C1. Windows color (decimal): -3492874 or 16167882. OLE color: 16167882.

HSL color Cylindrical-coordinate representation of color #CAB3F6: hue angle of 260.6º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAB3F6 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202179246-
CMYK0.180.2700.04
HSL260.6º78.82%83.33%-
HSV(B)260.6º27.24%96.47%-
XYZ57.1151.4594.11-
YUV193.52157.62134.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 179 (70.31% from 255) = 28.55%
BLUE value IS 246 (96.48% from 255) = 39.23%
R=32.22%
G=28.55%
B=39.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021792460.180.2700.04260.678.8283.33
HexCAB3F6121B041054f53
Octal312263366223304405117123
Binary1100101010110011111101101001011011010010000010110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3F6; }

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

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

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

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

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

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

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

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