#CAB5F1

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

Shades of Melrose #CAB5F1

Tints of Melrose #CAB5F1

Color information

#CAB5F1 (or 0xCAB5F1) is unknown color: approx Melrose. HEX triplet: CA, B5 and F1. RGB value is (202,181,241). Sum of RGB (Red+Green+Blue) = 202+181+241=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB5F1 is #354A0E. Grayscale: #C1C1C1. Windows color (decimal): -3492367 or 15840714. OLE color: 15840714.

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

Color convert

RGB202181241-
CMYK0.160.2500.05
HSL261º68.18%82.75%-
HSV(B)261º24.9%94.51%-
XYZ56.7651.9690.26-
YUV194.12154.46133.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=32.37%
G=29.01%
B=38.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021812410.160.2500.0526168.1882.75
HexCAB5F11019051054453
Octal312265361203105405104123
Binary1100101010110101111100011000011001010110000010110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5F1; }

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

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

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

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

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

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

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

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