Html Css Color HEX #C4B6EC Melrose

📋 copy color: '#C4B6EC'

red 196 ◦ green 182 ◦ blue 236

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

Shades of Melrose #C4B6EC

Tints of Melrose #C4B6EC

RGB

 RED value IS 196 (76.95% from 255) = 31.92%

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

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

R = 31.92%
G = 29.64%
B = 38.44%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C4B6EC (or 0xC4B6EC) is known color: Melrose. HEX triplet: C4, B6 and EC. RGB value is (196,182,236). Sum of RGB (Red+Green+Blue) = 196+182+236=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B6EC is #3B4913. Grayscale: #C0C0C0. Windows color (decimal): -3885332 or 15513284. OLE color: 15513284.

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

Color convert

RGB 196 182 236 -
CMYK 0.17 0.23 0 0.07
HSL 255.56º 0.59% 0.82% -
HSV(B) 255.56º 0.23% 0.93% -
XYZ 54.63 51.25 86.37 -
YUV 192.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 196 182 236 0.17 0.23 0 0.07 255.56 0.59 0.82
Hex C4 B6 EC 11 17 0 7 100 3B 52
Octal 304 266 354 21 27 0 7 400 73 122
Binary 11000100 10110110 11101100 10001 10111 0 111 100000000 111011 1010010

Color Harmonies of #C4B6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B6EC

Black with #C4B6EC

Text Example


Text Example

White with #C4B6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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