#c4b6ee

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

Shades of Melrose #C4B6EE

Tints of Melrose #C4B6EE

Color information

#C4B6EE (or 0xC4B6EE) is unknown color: approx Melrose. HEX triplet: C4, B6 and EE. RGB value is (196,182,238). Sum of RGB (Red+Green+Blue) = 196+182+238=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 182 (71.48% from 255 or 29.55% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4B6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B6EE is #3B4911. Grayscale: #C0C0C0. Windows color (decimal): -3885330 or 15644356. OLE color: 15644356.

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

Color convert

RGB196182238-
CMYK0.180.2400.07
HSL255º62.22%82.35%-
HSV(B)255º23.53%93.33%-
XYZ54.9351.3687.91-
YUV192.57153.64130.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.82%
GREEN value IS 182 (71.48% from 255) = 29.55%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=31.82%
G=29.55%
B=38.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961822380.180.2400.0725562.2282.35
HexC4B6EE121807ff3e52
Octal30426635622300737776122
Binary11000100101101101110111010010110000111111111111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b6ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b6ee; }

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

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

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

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

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

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

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

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