Html Css Color HEX #C6B6EC Melrose

📋 copy color: '#C6B6EC'

red 198 ◦ green 182 ◦ blue 236

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

Shades of Melrose #C6B6EC

Tints of Melrose #C6B6EC

RGB

 RED value IS 198 (77.73% from 255) = 32.14%

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

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

R = 32.14%
G = 29.55%
B = 38.31%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6B6EC (or 0xC6B6EC) is known color: Melrose. HEX triplet: C6, B6 and EC. RGB value is (198,182,236). Sum of RGB (Red+Green+Blue) = 198+182+236=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 182 (71.48% from 255 or 29.55% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B6EC is #394913. Grayscale: #C0C0C0. Windows color (decimal): -3754260 or 15513286. OLE color: 15513286.

HSL color Cylindrical-coordinate representation of color #C6B6EC: hue angle of 257.78º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6B6EC is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 182 236 -
CMYK 0.16 0.23 0 0.07
HSL 257.78º 0.59% 0.82% -
HSV(B) 257.78º 0.23% 0.93% -
XYZ 55.16 51.52 86.39 -
YUV 192.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 198 182 236 0.16 0.23 0 0.07 257.78 0.59 0.82
Hex C6 B6 EC 10 17 0 7 102 3B 52
Octal 306 266 354 20 27 0 7 402 73 122
Binary 11000110 10110110 11101100 10000 10111 0 111 100000010 111011 1010010

Color Harmonies of #C6B6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B6EC

Black with #C6B6EC

Text Example


Text Example

White with #C6B6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B6EC; }

 p { color: rgb(198,182,236); }

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

background-color css

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

 a { background-color: rgb(198,182,236); }

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

border-color css

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

 span { border-color: rgb(198,182,236); }

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