#C7BDEB

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

Shades of Melrose #C7BDEB

Tints of Melrose #C7BDEB

Color information

#C7BDEB (or 0xC7BDEB) is unknown color: approx Melrose. HEX triplet: C7, BD and EB. RGB value is (199,189,235). Sum of RGB (Red+Green+Blue) = 199+189+235=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDEB is #384214. Grayscale: #C5C5C5. Windows color (decimal): -3686933 or 15449543. OLE color: 15449543.

HSL color Cylindrical-coordinate representation of color #C7BDEB: hue angle of 253.04º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7BDEB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199189235-
CMYK0.150.2000.08
HSL253.04º53.49%83.14%-
HSV(B)253.04º19.57%92.16%-
XYZ56.7554.5486.13-
YUV197.23149.31129.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.94%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=31.94%
G=30.34%
B=37.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991892350.150.2000.08253.0453.4983.14
HexC7BDEBF1408fd3553
Octal307275353172401037565123
Binary11000111101111011110101111111010001000111111011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDEB; }

 p { color: rgb(199,189,235); }

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

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

 a { background-color: rgb(199,189,235); }

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

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

 span { border-color: rgb(199,189,235); }

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