#C3BEDF

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

Shades of Melrose #C3BEDF

Tints of Melrose #C3BEDF

Color information

#C3BEDF (or 0xC3BEDF) is unknown color: approx Melrose. HEX triplet: C3, BE and DF. RGB value is (195,190,223). Sum of RGB (Red+Green+Blue) = 195+190+223=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEDF is #3C4120. Grayscale: #C3C3C3. Windows color (decimal): -3948833 or 14663363. OLE color: 14663363.

HSL color Cylindrical-coordinate representation of color #C3BEDF: hue angle of 249.09º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3BEDF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195190223-
CMYK0.130.1500.13
HSL249.09º34.02%80.98%-
HSV(B)249.09º14.8%87.45%-
XYZ54.2453.7677.33-
YUV195.26143.66127.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.07%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=32.07%
G=31.25%
B=36.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951902230.130.1500.13249.0934.0280.98
HexC3BEDFDF0Df92251
Octal303276337151701537142121
Binary1100001110111110110111111101111101101111110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEDF; }

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

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

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

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

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

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

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

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