#C2B0EF

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

Shades of Melrose #C2B0EF

Tints of Melrose #C2B0EF

Color information

#C2B0EF (or 0xC2B0EF) is unknown color: approx Melrose. HEX triplet: C2, B0 and EF. RGB value is (194,176,239). Sum of RGB (Red+Green+Blue) = 194+176+239=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B0EF is #3D4F10. Grayscale: #BCBCBC. Windows color (decimal): -4017937 or 15708354. OLE color: 15708354.

HSL color Cylindrical-coordinate representation of color #C2B0EF: hue angle of 257.14º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2B0EF is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194176239-
CMYK0.190.2600.06
HSL257.14º66.32%81.37%-
HSV(B)257.14º26.36%93.73%-
XYZ53.3548.7588.26-
YUV188.56156.46131.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.86%
GREEN value IS 176 (69.14% from 255) = 28.90%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=31.86%
G=28.90%
B=39.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1941762390.190.2600.06257.1466.3281.37
HexC2B0EF131A061014251
Octal302260357233206401102121
Binary1100001010110000111011111001111010011010000000110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B0EF; }

 p { color: rgb(194,176,239); }

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

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

 a { background-color: rgb(194,176,239); }

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

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

 span { border-color: rgb(194,176,239); }

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