#CABAEB

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

Shades of Melrose #CABAEB

Tints of Melrose #CABAEB

Color information

#CABAEB (or 0xCABAEB) is unknown color: approx Melrose. HEX triplet: CA, BA and EB. RGB value is (202,186,235). Sum of RGB (Red+Green+Blue) = 202+186+235=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #CABAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAEB is #354514. Grayscale: #C4C4C4. Windows color (decimal): -3491093 or 15448778. OLE color: 15448778.

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

Color convert

RGB202186235-
CMYK0.140.2100.08
HSL259.59º55.06%82.55%-
HSV(B)259.59º20.85%92.16%-
XYZ56.9153.6785.96-
YUV196.37149.8132.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=32.42%
G=29.86%
B=37.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021862350.140.2100.08259.5955.0682.55
HexCABAEBE15081043753
Octal312272353162501040467123
Binary110010101011101011101011111010101010001000001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAEB; }

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

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

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

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

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

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

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

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