#CAB7F1

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

Shades of Melrose #CAB7F1

Tints of Melrose #CAB7F1

Color information

#CAB7F1 (or 0xCAB7F1) is unknown color: approx Melrose. HEX triplet: CA, B7 and F1. RGB value is (202,183,241). Sum of RGB (Red+Green+Blue) = 202+183+241=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAB7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7F1 is #35480E. Grayscale: #C3C3C3. Windows color (decimal): -3491855 or 15841226. OLE color: 15841226.

HSL color Cylindrical-coordinate representation of color #CAB7F1: hue angle of 259.66º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB7F1 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202183241-
CMYK0.160.2400.05
HSL259.66º67.44%83.14%-
HSV(B)259.66º24.07%94.51%-
XYZ57.1752.7790.39-
YUV195.29153.79132.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 183 (71.88% from 255) = 29.23%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=32.27%
G=29.23%
B=38.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021832410.160.2400.05259.6667.4483.14
HexCAB7F11018051044353
Octal312267361203005404103123
Binary1100101010110111111100011000011000010110000010010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7F1; }

 p { color: rgb(202,183,241); }

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

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

 a { background-color: rgb(202,183,241); }

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

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

 span { border-color: rgb(202,183,241); }

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