Html Css Color HEX #C1B6E8 Melrose

📋 copy color: '#C1B6E8'

red 193 ◦ green 182 ◦ blue 232

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

Shades of Melrose #C1B6E8

Tints of Melrose #C1B6E8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.98%

 BLUE value IS 232 (91.02% from 255) = 38.22%

R = 31.8%
G = 29.98%
B = 38.22%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C1B6E8 (or 0xC1B6E8) is known color: Melrose. HEX triplet: C1, B6 and E8. RGB value is (193,182,232). Sum of RGB (Red+Green+Blue) = 193+182+232=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #C1B6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B6E8 is #3E4917. Grayscale: #BEBEBE. Windows color (decimal): -4081944 or 15251137. OLE color: 15251137.

HSL color Cylindrical-coordinate representation of color #C1B6E8: hue angle of 253.2º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1B6E8 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 182 232 -
CMYK 0.17 0.22 0 0.09
HSL 253.2º 0.52% 0.81% -
HSV(B) 253.2º 0.22% 0.91% -
XYZ 53.29 50.62 83.31 -
YUV 190.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 193 182 232 0.17 0.22 0 0.09 253.2 0.52 0.81
Hex C1 B6 E8 11 16 0 9 FD 34 51
Octal 301 266 350 21 26 0 11 375 64 121
Binary 11000001 10110110 11101000 10001 10110 0 1001 11111101 110100 1010001

Color Harmonies of #C1B6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B6E8

Black with #C1B6E8

Text Example


Text Example

White with #C1B6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B6E8; }

 p { color: rgb(193,182,232); }

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

background-color css

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

 a { background-color: rgb(193,182,232); }

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

border-color css

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

 span { border-color: rgb(193,182,232); }

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