#C3BED8

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

Shades of Melrose #C3BED8

Tints of Melrose #C3BED8

Color information

#C3BED8 (or 0xC3BED8) is unknown color: approx Melrose. HEX triplet: C3, BE and D8. RGB value is (195,190,216). Sum of RGB (Red+Green+Blue) = 195+190+216=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BED8 is #3C4127. Grayscale: #C2C2C2. Windows color (decimal): -3948840 or 14204611. OLE color: 14204611.

HSL color Cylindrical-coordinate representation of color #C3BED8: hue angle of 251.54º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3BED8 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195190216-
CMYK0.100.1200.15
HSL251.54º25%79.61%-
HSV(B)251.54º12.04%84.71%-
XYZ53.3153.3972.46-
YUV194.46140.16128.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.45%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=32.45%
G=31.61%
B=35.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951902160.100.1200.15251.542579.61
HexC3BED8AC0Ffc1950
Octal303276330121401737431120
Binary110000111011111011011000101011000111111111100110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BED8; }

 p { color: rgb(195,190,216); }

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

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

 a { background-color: rgb(195,190,216); }

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

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

 span { border-color: rgb(195,190,216); }

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