#C7BEDA

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

Shades of Melrose #C7BEDA

Tints of Melrose #C7BEDA

Color information

#C7BEDA (or 0xC7BEDA) is unknown color: approx Melrose. HEX triplet: C7, BE and DA. RGB value is (199,190,218). Sum of RGB (Red+Green+Blue) = 199+190+218=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEDA is #384125. Grayscale: #C3C3C3. Windows color (decimal): -3686694 or 14335687. OLE color: 14335687.

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

Color convert

RGB199190218-
CMYK0.090.1300.15
HSL259.29º27.45%80%-
HSV(B)259.29º12.84%85.49%-
XYZ54.6254.0373.88-
YUV195.88140.48130.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.78%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=32.78%
G=31.30%
B=35.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991902180.090.1300.15259.2927.4580
HexC7BEDA9D0F1031b50
Octal307276332111501740333120
Binary1100011110111110110110101001110101111100000011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEDA; }

 p { color: rgb(199,190,218); }

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

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

 a { background-color: rgb(199,190,218); }

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

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

 span { border-color: rgb(199,190,218); }

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