#CABBDE

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

Shades of Melrose #CABBDE

Tints of Melrose #CABBDE

Color information

#CABBDE (or 0xCABBDE) is unknown color: approx Melrose. HEX triplet: CA, BB and DE. RGB value is (202,187,222). Sum of RGB (Red+Green+Blue) = 202+187+222=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #CABBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBDE is #354421. Grayscale: #C3C3C3. Windows color (decimal): -3490850 or 14597066. OLE color: 14597066.

HSL color Cylindrical-coordinate representation of color #CABBDE: hue angle of 265.71º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABBDE is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202187222-
CMYK0.090.1600.13
HSL265.71º34.65%80.2%-
HSV(B)265.71º15.77%87.06%-
XYZ55.3153.3776.49-
YUV195.47142.97132.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=33.06%
G=30.61%
B=36.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021872220.090.1600.13265.7134.6580.2
HexCABBDE9100D10a2350
Octal312273336112001541243120
Binary110010101011101111011110100110000011011000010101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBDE; }

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

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

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

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

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

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

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

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