#C5BDDF

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

Shades of Melrose #C5BDDF

Tints of Melrose #C5BDDF

Color information

#C5BDDF (or 0xC5BDDF) is unknown color: approx Melrose. HEX triplet: C5, BD and DF. RGB value is (197,189,223). Sum of RGB (Red+Green+Blue) = 197+189+223=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDDF is #3A4220. Grayscale: #C3C3C3. Windows color (decimal): -3818017 or 14663109. OLE color: 14663109.

HSL color Cylindrical-coordinate representation of color #C5BDDF: hue angle of 254.12º degrees, saturation: 0.35, 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 #C5BDDF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197189223-
CMYK0.120.1500.13
HSL254.12º34.69%80.78%-
HSV(B)254.12º15.25%87.45%-
XYZ54.5453.5977.28-
YUV195.27143.65129.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.35%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=32.35%
G=31.03%
B=36.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971892230.120.1500.13254.1234.6980.78
HexC5BDDFCF0Dfe2351
Octal305275337141701537643121
Binary1100010110111101110111111100111101101111111101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDDF; }

 p { color: rgb(197,189,223); }

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

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

 a { background-color: rgb(197,189,223); }

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

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

 span { border-color: rgb(197,189,223); }

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