#CABBEA

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

Shades of Melrose #CABBEA

Tints of Melrose #CABBEA

Color information

#CABBEA (or 0xCABBEA) is unknown color: approx Melrose. HEX triplet: CA, BB and EA. RGB value is (202,187,234). Sum of RGB (Red+Green+Blue) = 202+187+234=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #CABBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBEA is #354415. Grayscale: #C4C4C4. Windows color (decimal): -3490838 or 15383498. OLE color: 15383498.

HSL color Cylindrical-coordinate representation of color #CABBEA: hue angle of 259.15º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABBEA is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202187234-
CMYK0.140.2000.08
HSL259.15º52.81%82.55%-
HSV(B)259.15º20.09%91.76%-
XYZ56.9854.0485.27-
YUV196.84148.97131.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=32.42%
G=30.02%
B=37.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021872340.140.2000.08259.1552.8182.55
HexCABBEAE14081033553
Octal312273352162401040365123
Binary110010101011101111101010111010100010001000000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBEA; }

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

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

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

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

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

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

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

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