#C5BFDA

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

Shades of Melrose #C5BFDA

Tints of Melrose #C5BFDA

Color information

#C5BFDA (or 0xC5BFDA) is unknown color: approx Melrose. HEX triplet: C5, BF and DA. RGB value is (197,191,218). Sum of RGB (Red+Green+Blue) = 197+191+218=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFDA is #3A4025. Grayscale: #C3C3C3. Windows color (decimal): -3817510 or 14335941. OLE color: 14335941.

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

Color convert

RGB197191218-
CMYK0.100.1200.15
HSL253.33º26.73%80.2%-
HSV(B)253.33º12.39%85.49%-
XYZ54.3154.1973.93-
YUV195.87140.49128.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.51%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=32.51%
G=31.52%
B=35.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971912180.100.1200.15253.3326.7380.2
HexC5BFDAAC0Ffd1b50
Octal305277332121401737533120
Binary110001011011111111011010101011000111111111101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFDA; }

 p { color: rgb(197,191,218); }

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

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

 a { background-color: rgb(197,191,218); }

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

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

 span { border-color: rgb(197,191,218); }

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