#CABEE3

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

Shades of Melrose #CABEE3

Tints of Melrose #CABEE3

Color information

#CABEE3 (or 0xCABEE3) is unknown color: approx Melrose. HEX triplet: CA, BE and E3. RGB value is (202,190,227). Sum of RGB (Red+Green+Blue) = 202+190+227=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #CABEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEE3 is #35411C. Grayscale: #C5C5C5. Windows color (decimal): -3490077 or 14925514. OLE color: 14925514.

HSL color Cylindrical-coordinate representation of color #CABEE3: hue angle of 259.46º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABEE3 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202190227-
CMYK0.110.1600.11
HSL259.46º39.78%81.76%-
HSV(B)259.46º16.3%89.02%-
XYZ56.6454.9380.29-
YUV197.81144.48130.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 227 (89.06% from 255) = 36.67%
R=32.63%
G=30.69%
B=36.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021902270.110.1600.11259.4639.7881.76
HexCABEE3B100B1032852
Octal312276343132001340350122
Binary110010101011111011100011101110000010111000000111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEE3; }

 p { color: rgb(202,190,227); }

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

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

 a { background-color: rgb(202,190,227); }

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

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

 span { border-color: rgb(202,190,227); }

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