#CABBE2

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

Shades of Melrose #CABBE2

Tints of Melrose #CABBE2

Color information

#CABBE2 (or 0xCABBE2) is unknown color: approx Melrose. HEX triplet: CA, BB and E2. RGB value is (202,187,226). Sum of RGB (Red+Green+Blue) = 202+187+226=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 226 - color contains mainly: blue. Hex color #CABBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBE2 is #35441D. Grayscale: #C3C3C3. Windows color (decimal): -3490846 or 14859210. OLE color: 14859210.

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

Color convert

RGB202187226-
CMYK0.110.1700.11
HSL263.08º40.21%80.98%-
HSV(B)263.08º17.26%88.63%-
XYZ55.8553.5979.35-
YUV195.93144.97132.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 226 (88.67% from 255) = 36.75%
R=32.85%
G=30.41%
B=36.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021872260.110.1700.11263.0840.2180.98
HexCABBE2B110B1072851
Octal312273342132101340750121
Binary110010101011101111100010101110001010111000001111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBE2; }

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

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

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

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

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

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

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

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