#CABAE8

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

Shades of Melrose #CABAE8

Tints of Melrose #CABAE8

Color information

#CABAE8 (or 0xCABAE8) is unknown color: approx Melrose. HEX triplet: CA, BA and E8. RGB value is (202,186,232). Sum of RGB (Red+Green+Blue) = 202+186+232=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #CABAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAE8 is #354517. Grayscale: #C3C3C3. Windows color (decimal): -3491096 or 15252170. OLE color: 15252170.

HSL color Cylindrical-coordinate representation of color #CABAE8: hue angle of 260.87º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABAE8 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202186232-
CMYK0.130.2000.09
HSL260.87º50%81.96%-
HSV(B)260.87º19.83%90.98%-
XYZ56.4853.583.69-
YUV196.03148.3132.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 232 (91.02% from 255) = 37.42%
R=32.58%
G=30%
B=37.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021862320.130.2000.09260.875081.96
HexCABAE8D14091053252
Octal312272350152401140562122
Binary110010101011101011101000110110100010011000001011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAE8; }

 p { color: rgb(202,186,232); }

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

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

 a { background-color: rgb(202,186,232); }

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

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

 span { border-color: rgb(202,186,232); }

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