#C5BDDC

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

Shades of Melrose #C5BDDC

Tints of Melrose #C5BDDC

Color information

#C5BDDC (or 0xC5BDDC) is unknown color: approx Melrose. HEX triplet: C5, BD and DC. RGB value is (197,189,220). Sum of RGB (Red+Green+Blue) = 197+189+220=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDDC is #3A4223. Grayscale: #C2C2C2. Windows color (decimal): -3818020 or 14466501. OLE color: 14466501.

HSL color Cylindrical-coordinate representation of color #C5BDDC: hue angle of 255.48º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5BDDC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197189220-
CMYK0.100.1400.14
HSL255.48º30.69%80.2%-
HSV(B)255.48º14.09%86.27%-
XYZ54.1453.4375.17-
YUV194.93142.15129.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.51%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=32.51%
G=31.19%
B=36.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971892200.100.1400.14255.4830.6980.2
HexC5BDDCAE0Eff1f50
Octal305275334121601637737120
Binary110001011011110111011100101011100111011111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDDC; }

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

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

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

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

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

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

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

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