#CABBE8

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

Shades of Melrose #CABBE8

Tints of Melrose #CABBE8

Color information

#CABBE8 (or 0xCABBE8) is unknown color: approx Melrose. HEX triplet: CA, BB and E8. RGB value is (202,187,232). Sum of RGB (Red+Green+Blue) = 202+187+232=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #CABBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBE8 is #354417. Grayscale: #C4C4C4. Windows color (decimal): -3490840 or 15252426. OLE color: 15252426.

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

Color convert

RGB202187232-
CMYK0.130.1900.09
HSL260º49.45%82.16%-
HSV(B)260º19.4%90.98%-
XYZ56.6953.9283.76-
YUV196.61147.97131.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 187 (73.44% from 255) = 30.11%
BLUE value IS 232 (91.02% from 255) = 37.36%
R=32.53%
G=30.11%
B=37.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021872320.130.1900.0926049.4582.16
HexCABBE8D13091043152
Octal312273350152301140461122
Binary110010101011101111101000110110011010011000001001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBE8; }

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

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

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

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

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

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

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

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