#CABBE0

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

Shades of Melrose #CABBE0

Tints of Melrose #CABBE0

Color information

#CABBE0 (or 0xCABBE0) is unknown color: approx Melrose. HEX triplet: CA, BB and E0. RGB value is (202,187,224). Sum of RGB (Red+Green+Blue) = 202+187+224=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #CABBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBE0 is #35441F. Grayscale: #C3C3C3. Windows color (decimal): -3490848 or 14728138. OLE color: 14728138.

HSL color Cylindrical-coordinate representation of color #CABBE0: hue angle of 264.32º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABBE0 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202187224-
CMYK0.100.1700.12
HSL264.32º37.37%80.59%-
HSV(B)264.32º16.52%87.84%-
XYZ55.5853.4877.91-
YUV195.7143.97132.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 224 (87.89% from 255) = 36.54%
R=32.95%
G=30.51%
B=36.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021872240.100.1700.12264.3237.3780.59
HexCABBE0A110C1082551
Octal312273340122101441045121
Binary110010101011101111100000101010001011001000010001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBE0; }

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

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

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

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

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

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

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

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