#CABBE1

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

Shades of Melrose #CABBE1

Tints of Melrose #CABBE1

Color information

#CABBE1 (or 0xCABBE1) is unknown color: approx Melrose. HEX triplet: CA, BB and E1. RGB value is (202,187,225). Sum of RGB (Red+Green+Blue) = 202+187+225=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #CABBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBE1 is #35441E. Grayscale: #C3C3C3. Windows color (decimal): -3490847 or 14793674. OLE color: 14793674.

HSL color Cylindrical-coordinate representation of color #CABBE1: hue angle of 263.68º degrees, saturation: 0.39, 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 #CABBE1 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202187225-
CMYK0.100.1700.12
HSL263.68º38.78%80.78%-
HSV(B)263.68º16.89%88.24%-
XYZ55.7253.5378.63-
YUV195.82144.47132.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 225 (88.28% from 255) = 36.64%
R=32.90%
G=30.46%
B=36.64%

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
Decimal2021872250.100.1700.12263.6838.7880.78
HexCABBE1A110C1082751
Octal312273341122101441047121
Binary110010101011101111100001101010001011001000010001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBE1; }

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

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

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

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

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

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

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

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