#C2B0EE

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

Shades of Melrose #C2B0EE

Tints of Melrose #C2B0EE

Color information

#C2B0EE (or 0xC2B0EE) is unknown color: approx Melrose. HEX triplet: C2, B0 and EE. RGB value is (194,176,238). Sum of RGB (Red+Green+Blue) = 194+176+238=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2B0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B0EE is #3D4F11. Grayscale: #BCBCBC. Windows color (decimal): -4017938 or 15642818. OLE color: 15642818.

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

Color convert

RGB194176238-
CMYK0.180.2600.07
HSL257.42º64.58%81.18%-
HSV(B)257.42º26.05%93.33%-
XYZ53.2148.6987.48-
YUV188.45155.96131.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.91%
GREEN value IS 176 (69.14% from 255) = 28.95%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=31.91%
G=28.95%
B=39.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941762380.180.2600.07257.4264.5881.18
HexC2B0EE121A071014151
Octal302260356223207401101121
Binary1100001010110000111011101001011010011110000000110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B0EE; }

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

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

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

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

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

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

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

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