#CABBE6

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

Shades of Melrose #CABBE6

Tints of Melrose #CABBE6

Color information

#CABBE6 (or 0xCABBE6) is unknown color: approx Melrose. HEX triplet: CA, BB and E6. RGB value is (202,187,230). Sum of RGB (Red+Green+Blue) = 202+187+230=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #CABBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBE6 is #354419. Grayscale: #C4C4C4. Windows color (decimal): -3490842 or 15121354. OLE color: 15121354.

HSL color Cylindrical-coordinate representation of color #CABBE6: hue angle of 260.93º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABBE6 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202187230-
CMYK0.120.1900.10
HSL260.93º46.24%81.76%-
HSV(B)260.93º18.7%90.2%-
XYZ56.4153.8182.28-
YUV196.39146.97132-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=32.63%
G=30.21%
B=37.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021872300.120.1900.10260.9346.2481.76
HexCABBE6C130A1052e52
Octal312273346142301240556122
Binary110010101011101111100110110010011010101000001011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBE6; }

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

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

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

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

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

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

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

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