#CABAEA

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

Shades of Melrose #CABAEA

Tints of Melrose #CABAEA

Color information

#CABAEA (or 0xCABAEA) is unknown color: approx Melrose. HEX triplet: CA, BA and EA. RGB value is (202,186,234). Sum of RGB (Red+Green+Blue) = 202+186+234=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #CABAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAEA is #354515. Grayscale: #C4C4C4. Windows color (decimal): -3491094 or 15383242. OLE color: 15383242.

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

Color convert

RGB202186234-
CMYK0.140.2100.08
HSL260º53.33%82.35%-
HSV(B)260º20.51%91.76%-
XYZ56.7753.6185.2-
YUV196.26149.3132.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=32.48%
G=29.90%
B=37.62%

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
Decimal2021862340.140.2100.0826053.3382.35
HexCABAEAE15081043552
Octal312272352162501040465122
Binary110010101011101011101010111010101010001000001001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAEA; }

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

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

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

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

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

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

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

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