Html Css Color HEX #C1B0EC Melrose

📋 copy color: '#C1B0EC'

red 193 ◦ green 176 ◦ blue 236

#C1B0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C1B0EC

Tints of Melrose #C1B0EC

RGB

 RED value IS 193 (75.78% from 255) = 31.9%

 GREEN value IS 176 (69.14% from 255) = 29.09%

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 31.9%
G = 29.09%
B = 39.01%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1B0EC (or 0xC1B0EC) is known color: Melrose. HEX triplet: C1, B0 and EC. RGB value is (193,176,236). Sum of RGB (Red+Green+Blue) = 193+176+236=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1B0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B0EC is #3E4F13. Grayscale: #BBBBBB. Windows color (decimal): -4083476 or 15511745. OLE color: 15511745.

HSL color Cylindrical-coordinate representation of color #C1B0EC: hue angle of 257º degrees, saturation: 0.61, 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 #C1B0EC is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 176 236 -
CMYK 0.18 0.25 0 0.07
HSL 257º 0.61% 0.81% -
HSV(B) 257º 0.25% 0.93% -
XYZ 52.66 48.44 85.93 -
YUV 187.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 193 176 236 0.18 0.25 0 0.07 257 0.61 0.81
Hex C1 B0 EC 12 19 0 7 101 3D 51
Octal 301 260 354 22 31 0 7 401 75 121
Binary 11000001 10110000 11101100 10010 11001 0 111 100000001 111101 1010001

Color Harmonies of #C1B0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B0EC

Black with #C1B0EC

Text Example


Text Example

White with #C1B0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B0EC; }

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

 H1.HeaderClassName
 {
   color: #C1B0EC;
 }
 .AnyTagClassName
 {
   color: #C1B0EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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