#C3BCDD

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

Shades of Melrose #C3BCDD

Tints of Melrose #C3BCDD

Color information

#C3BCDD (or 0xC3BCDD) is unknown color: approx Melrose. HEX triplet: C3, BC and DD. RGB value is (195,188,221). Sum of RGB (Red+Green+Blue) = 195+188+221=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCDD is #3C4322. Grayscale: #C1C1C1. Windows color (decimal): -3949347 or 14531779. OLE color: 14531779.

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

Color convert

RGB195188221-
CMYK0.120.1500.13
HSL252.73º32.67%80.2%-
HSV(B)252.73º14.93%86.67%-
XYZ53.5452.7975.77-
YUV193.86143.32128.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.28%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=32.28%
G=31.13%
B=36.59%

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
Decimal1951882210.120.1500.13252.7332.6780.2
HexC3BCDDCF0Dfd2150
Octal303274335141701537541120
Binary1100001110111100110111011100111101101111111011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCDD; }

 p { color: rgb(195,188,221); }

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

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

 a { background-color: rgb(195,188,221); }

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

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

 span { border-color: rgb(195,188,221); }

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