#CABEE9

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

Shades of Melrose #CABEE9

Tints of Melrose #CABEE9

Color information

#CABEE9 (or 0xCABEE9) is unknown color: approx Melrose. HEX triplet: CA, BE and E9. RGB value is (202,190,233). Sum of RGB (Red+Green+Blue) = 202+190+233=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #CABEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEE9 is #354116. Grayscale: #C6C6C6. Windows color (decimal): -3490071 or 15318730. OLE color: 15318730.

HSL color Cylindrical-coordinate representation of color #CABEE9: hue angle of 256.74º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABEE9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202190233-
CMYK0.130.1800.09
HSL256.74º49.43%82.94%-
HSV(B)256.74º18.45%91.37%-
XYZ57.4855.2784.73-
YUV198.49147.48130.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=32.32%
G=30.4%
B=37.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021902330.130.1800.09256.7449.4382.94
HexCABEE9D12091013153
Octal312276351152201140161123
Binary110010101011111011101001110110010010011000000011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEE9; }

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

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

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

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

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

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

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

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