#CABBE9

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

Shades of Melrose #CABBE9

Tints of Melrose #CABBE9

Color information

#CABBE9 (or 0xCABBE9) is unknown color: approx Melrose. HEX triplet: CA, BB and E9. RGB value is (202,187,233). Sum of RGB (Red+Green+Blue) = 202+187+233=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #CABBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBE9 is #354416. Grayscale: #C4C4C4. Windows color (decimal): -3490839 or 15317962. OLE color: 15317962.

HSL color Cylindrical-coordinate representation of color #CABBE9: hue angle of 259.57º degrees, saturation: 0.51, 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 #CABBE9 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202187233-
CMYK0.130.2000.09
HSL259.57º51.11%82.35%-
HSV(B)259.57º19.74%91.37%-
XYZ56.8453.9884.51-
YUV196.73148.47131.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=32.48%
G=30.06%
B=37.46%

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
Decimal2021872330.130.2000.09259.5751.1182.35
HexCABBE9D14091043352
Octal312273351152401140463122
Binary110010101011101111101001110110100010011000001001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBE9; }

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

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

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

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

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

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

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

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