#C7BDE4

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

Shades of Melrose #C7BDE4

Tints of Melrose #C7BDE4

Color information

#C7BDE4 (or 0xC7BDE4) is unknown color: approx Melrose. HEX triplet: C7, BD and E4. RGB value is (199,189,228). Sum of RGB (Red+Green+Blue) = 199+189+228=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #C7BDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDE4 is #38421B. Grayscale: #C4C4C4. Windows color (decimal): -3686940 or 14990791. OLE color: 14990791.

HSL color Cylindrical-coordinate representation of color #C7BDE4: hue angle of 255.38º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7BDE4 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB199189228-
CMYK0.130.1700.11
HSL255.38º41.94%81.76%-
HSV(B)255.38º17.11%89.41%-
XYZ55.7554.1480.91-
YUV196.44145.81129.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.31%
GREEN value IS 189 (74.22% from 255) = 30.68%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=32.31%
G=30.68%
B=37.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1991892280.130.1700.11255.3841.9481.76
HexC7BDE4D110Bff2a52
Octal307275344152101337752122
Binary11000111101111011110010011011000101011111111111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDE4; }

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

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

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

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

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

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

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

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