#CAB4EB

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

Shades of Melrose #CAB4EB

Tints of Melrose #CAB4EB

Color information

#CAB4EB (or 0xCAB4EB) is unknown color: approx Melrose. HEX triplet: CA, B4 and EB. RGB value is (202,180,235). Sum of RGB (Red+Green+Blue) = 202+180+235=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAB4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB4EB is #354B14. Grayscale: #C0C0C0. Windows color (decimal): -3492629 or 15447242. OLE color: 15447242.

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

Color convert

RGB202180235-
CMYK0.140.2300.08
HSL264º57.89%81.37%-
HSV(B)264º23.4%92.16%-
XYZ55.6751.285.54-
YUV192.85151.79134.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 180 (70.70% from 255) = 29.17%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=32.74%
G=29.17%
B=38.09%

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
Decimal2021802350.140.2300.0826457.8981.37
HexCAB4EBE17081083a51
Octal312264353162701041072121
Binary110010101011010011101011111010111010001000010001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB4EB; }

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

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

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

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

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

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

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

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