#CABAE2

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

Shades of Melrose #CABAE2

Tints of Melrose #CABAE2

Color information

#CABAE2 (or 0xCABAE2) is unknown color: approx Melrose. HEX triplet: CA, BA and E2. RGB value is (202,186,226). Sum of RGB (Red+Green+Blue) = 202+186+226=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 226 - color contains mainly: blue. Hex color #CABAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAE2 is #35451D. Grayscale: #C3C3C3. Windows color (decimal): -3491102 or 14858954. OLE color: 14858954.

HSL color Cylindrical-coordinate representation of color #CABAE2: hue angle of 264º degrees, saturation: 0.41, 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 #CABAE2 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202186226-
CMYK0.110.1800.11
HSL264º40.82%80.78%-
HSV(B)264º17.7%88.63%-
XYZ55.6453.1779.28-
YUV195.34145.3132.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 226 (88.67% from 255) = 36.81%
R=32.90%
G=30.29%
B=36.81%

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
Decimal2021862260.110.1800.1126440.8280.78
HexCABAE2B120B1082951
Octal312272342132201341051121
Binary110010101011101011100010101110010010111000010001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAE2; }

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

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

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

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

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

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

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

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