#CAB6EB

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

Shades of Melrose #CAB6EB

Tints of Melrose #CAB6EB

Color information

#CAB6EB (or 0xCAB6EB) is unknown color: approx Melrose. HEX triplet: CA, B6 and EB. RGB value is (202,182,235). Sum of RGB (Red+Green+Blue) = 202+182+235=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAB6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6EB is #354914. Grayscale: #C1C1C1. Windows color (decimal): -3492117 or 15447754. OLE color: 15447754.

HSL color Cylindrical-coordinate representation of color #CAB6EB: hue angle of 262.64º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB6EB is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202182235-
CMYK0.140.2300.08
HSL262.64º56.99%81.76%-
HSV(B)262.64º22.55%92.16%-
XYZ56.0852.0185.68-
YUV194.02151.13133.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 182 (71.48% from 255) = 29.40%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=32.63%
G=29.40%
B=37.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021822350.140.2300.08262.6456.9981.76
HexCAB6EBE17081073952
Octal312266353162701040771122
Binary110010101011011011101011111010111010001000001111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6EB; }

 p { color: rgb(202,182,235); }

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

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

 a { background-color: rgb(202,182,235); }

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

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

 span { border-color: rgb(202,182,235); }

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