#CABAE9

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

Shades of Melrose #CABAE9

Tints of Melrose #CABAE9

Color information

#CABAE9 (or 0xCABAE9) is unknown color: approx Melrose. HEX triplet: CA, BA and E9. RGB value is (202,186,233). Sum of RGB (Red+Green+Blue) = 202+186+233=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #CABAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAE9 is #354516. Grayscale: #C3C3C3. Windows color (decimal): -3491095 or 15317706. OLE color: 15317706.

HSL color Cylindrical-coordinate representation of color #CABAE9: hue angle of 260.43º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABAE9 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202186233-
CMYK0.130.2000.09
HSL260.43º51.65%82.16%-
HSV(B)260.43º20.17%91.37%-
XYZ56.6253.5684.44-
YUV196.14148.8132.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 233 (91.41% from 255) = 37.52%
R=32.53%
G=29.95%
B=37.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021862330.130.2000.09260.4351.6582.16
HexCABAE9D14091043452
Octal312272351152401140464122
Binary110010101011101011101001110110100010011000001001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAE9; }

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

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

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

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

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

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

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

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