#C7BDEA

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

Shades of Melrose #C7BDEA

Tints of Melrose #C7BDEA

Color information

#C7BDEA (or 0xC7BDEA) is unknown color: approx Melrose. HEX triplet: C7, BD and EA. RGB value is (199,189,234). Sum of RGB (Red+Green+Blue) = 199+189+234=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDEA is #384215. Grayscale: #C4C4C4. Windows color (decimal): -3686934 or 15384007. OLE color: 15384007.

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

Color convert

RGB199189234-
CMYK0.150.1900.08
HSL253.33º51.72%82.94%-
HSV(B)253.33º19.23%91.76%-
XYZ56.654.4885.37-
YUV197.12148.81129.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.99%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=31.99%
G=30.39%
B=37.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991892340.150.1900.08253.3351.7282.94
HexC7BDEAF1308fd3453
Octal307275352172301037564123
Binary11000111101111011110101011111001101000111111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDEA; }

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

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

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

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

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

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

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

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