#CABBEB

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

Shades of Melrose #CABBEB

Tints of Melrose #CABBEB

Color information

#CABBEB (or 0xCABBEB) is unknown color: approx Melrose. HEX triplet: CA, BB and EB. RGB value is (202,187,235). Sum of RGB (Red+Green+Blue) = 202+187+235=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #CABBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBEB is #354414. Grayscale: #C4C4C4. Windows color (decimal): -3490837 or 15449034. OLE color: 15449034.

HSL color Cylindrical-coordinate representation of color #CABBEB: hue angle of 258.75º degrees, saturation: 0.55, 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 #CABBEB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202187235-
CMYK0.140.2000.08
HSL258.75º54.55%82.75%-
HSV(B)258.75º20.43%92.16%-
XYZ57.1254.186.03-
YUV196.96149.47131.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=32.37%
G=29.97%
B=37.66%

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
Decimal2021872350.140.2000.08258.7554.5582.75
HexCABBEBE14081033753
Octal312273353162401040367123
Binary110010101011101111101011111010100010001000000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBEB; }

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

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

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

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

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

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

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

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