#CABAE3

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

Shades of Melrose #CABAE3

Tints of Melrose #CABAE3

Color information

#CABAE3 (or 0xCABAE3) is unknown color: approx Melrose. HEX triplet: CA, BA and E3. RGB value is (202,186,227). Sum of RGB (Red+Green+Blue) = 202+186+227=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #CABAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAE3 is #35451C. Grayscale: #C3C3C3. Windows color (decimal): -3491101 or 14924490. OLE color: 14924490.

HSL color Cylindrical-coordinate representation of color #CABAE3: hue angle of 263.41º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABAE3 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202186227-
CMYK0.110.1800.11
HSL263.41º42.27%80.98%-
HSV(B)263.41º18.06%89.02%-
XYZ55.7853.2280.01-
YUV195.46145.8132.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 227 (89.06% from 255) = 36.91%
R=32.85%
G=30.24%
B=36.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021862270.110.1800.11263.4142.2780.98
HexCABAE3B120B1072a51
Octal312272343132201340752121
Binary110010101011101011100011101110010010111000001111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAE3; }

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

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

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

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

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

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

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

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