#CAB2EB

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

Shades of Melrose #CAB2EB

Tints of Melrose #CAB2EB

Color information

#CAB2EB (or 0xCAB2EB) is unknown color: approx Melrose. HEX triplet: CA, B2 and EB. RGB value is (202,178,235). Sum of RGB (Red+Green+Blue) = 202+178+235=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2EB is #354D14. Grayscale: #BFBFBF. Windows color (decimal): -3493141 or 15446730. OLE color: 15446730.

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

Color convert

RGB202178235-
CMYK0.140.2400.08
HSL265.26º58.76%80.98%-
HSV(B)265.26º24.26%92.16%-
XYZ55.2750.485.41-
YUV191.67152.45135.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 178 (69.92% from 255) = 28.94%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=32.85%
G=28.94%
B=38.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021782350.140.2400.08265.2658.7680.98
HexCAB2EBE18081093b51
Octal312262353163001041173121
Binary110010101011001011101011111011000010001000010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2EB; }

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

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

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

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

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

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

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

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