#C1B0EE

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

Shades of Melrose #C1B0EE

Tints of Melrose #C1B0EE

Color information

#C1B0EE (or 0xC1B0EE) is unknown color: approx Melrose. HEX triplet: C1, B0 and EE. RGB value is (193,176,238). Sum of RGB (Red+Green+Blue) = 193+176+238=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1B0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B0EE is #3E4F11. Grayscale: #BBBBBB. Windows color (decimal): -4083474 or 15642817. OLE color: 15642817.

HSL color Cylindrical-coordinate representation of color #C1B0EE: hue angle of 256.45º 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 #C1B0EE is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193176238-
CMYK0.190.2600.07
HSL256.45º64.58%81.18%-
HSV(B)256.45º26.05%93.33%-
XYZ52.9548.5687.47-
YUV188.15156.13131.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.80%
GREEN value IS 176 (69.14% from 255) = 29.00%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=31.80%
G=29.00%
B=39.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931762380.190.2600.07256.4564.5881.18
HexC1B0EE131A071004151
Octal301260356233207400101121
Binary1100000110110000111011101001111010011110000000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0EE; }

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

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

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

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

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

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

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

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