#CAB1F2

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

Shades of Melrose #CAB1F2

Tints of Melrose #CAB1F2

Color information

#CAB1F2 (or 0xCAB1F2) is unknown color: approx Melrose. HEX triplet: CA, B1 and F2. RGB value is (202,177,242). Sum of RGB (Red+Green+Blue) = 202+177+242=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAB1F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1F2 is #354E0D. Grayscale: #BFBFBF. Windows color (decimal): -3493390 or 15905226. OLE color: 15905226.

HSL color Cylindrical-coordinate representation of color #CAB1F2: hue angle of 263.08º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAB1F2 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202177242-
CMYK0.170.2700.05
HSL263.08º71.43%82.16%-
HSV(B)263.08º26.86%94.9%-
XYZ56.1150.4190.78-
YUV191.88156.28135.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 177 (69.53% from 255) = 28.50%
BLUE value IS 242 (94.92% from 255) = 38.97%
R=32.53%
G=28.50%
B=38.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021772420.170.2700.05263.0871.4382.16
HexCAB1F2111B051074752
Octal312261362213305407107122
Binary1100101010110001111100101000111011010110000011110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1F2; }

 p { color: rgb(202,177,242); }

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

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

 a { background-color: rgb(202,177,242); }

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

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

 span { border-color: rgb(202,177,242); }

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