#CAB5EB

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

Shades of Melrose #CAB5EB

Tints of Melrose #CAB5EB

Color information

#CAB5EB (or 0xCAB5EB) is unknown color: approx Melrose. HEX triplet: CA, B5 and EB. RGB value is (202,181,235). Sum of RGB (Red+Green+Blue) = 202+181+235=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAB5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB5EB is #354A14. Grayscale: #C1C1C1. Windows color (decimal): -3492373 or 15447498. OLE color: 15447498.

HSL color Cylindrical-coordinate representation of color #CAB5EB: hue angle of 263.33º 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 #CAB5EB is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202181235-
CMYK0.140.2300.08
HSL263.33º57.45%81.57%-
HSV(B)263.33º22.98%92.16%-
XYZ55.8851.685.61-
YUV193.43151.46134.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 181 (71.09% from 255) = 29.29%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=32.69%
G=29.29%
B=38.03%

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
Decimal2021812350.140.2300.08263.3357.4581.57
HexCAB5EBE17081073952
Octal312265353162701040771122
Binary110010101011010111101011111010111010001000001111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5EB; }

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

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

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

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

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

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

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

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