#CAB2EC

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

Shades of Melrose #CAB2EC

Tints of Melrose #CAB2EC

Color information

#CAB2EC (or 0xCAB2EC) is unknown color: approx Melrose. HEX triplet: CA, B2 and EC. RGB value is (202,178,236). Sum of RGB (Red+Green+Blue) = 202+178+236=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2EC is #354D13. Grayscale: #BFBFBF. Windows color (decimal): -3493140 or 15512266. OLE color: 15512266.

HSL color Cylindrical-coordinate representation of color #CAB2EC: hue angle of 264.83º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB2EC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202178236-
CMYK0.140.2500.07
HSL264.83º60.42%81.18%-
HSV(B)264.83º24.58%92.55%-
XYZ55.4250.4586.17-
YUV191.79152.95135.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 178 (69.92% from 255) = 28.90%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=32.79%
G=28.90%
B=38.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021782360.140.2500.07264.8360.4281.18
HexCAB2ECE19071093c51
Octal31226235416310741174121
Binary11001010101100101110110011101100101111000010011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2EC; }

 p { color: rgb(202,178,236); }

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

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

 a { background-color: rgb(202,178,236); }

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

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

 span { border-color: rgb(202,178,236); }

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