#C3BBD7

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

Shades of Melrose #C3BBD7

Tints of Melrose #C3BBD7

Color information

#C3BBD7 (or 0xC3BBD7) is unknown color: approx Melrose. HEX triplet: C3, BB and D7. RGB value is (195,187,215). Sum of RGB (Red+Green+Blue) = 195+187+215=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #C3BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBD7 is #3C4428. Grayscale: #C0C0C0. Windows color (decimal): -3949609 or 14138307. OLE color: 14138307.

HSL color Cylindrical-coordinate representation of color #C3BBD7: hue angle of 257.14º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3BBD7 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195187215-
CMYK0.090.1300.16
HSL257.14º25.93%78.82%-
HSV(B)257.14º13.02%84.31%-
XYZ52.5452.0571.57-
YUV192.58140.65129.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.66%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 215 (84.38% from 255) = 36.01%
R=32.66%
G=31.32%
B=36.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951872150.090.1300.16257.1425.9378.82
HexC3BBD79D0101011a4f
Octal303273327111502040132117
Binary11000011101110111101011110011101010000100000001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBD7; }

 p { color: rgb(195,187,215); }

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

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

 a { background-color: rgb(195,187,215); }

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

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

 span { border-color: rgb(195,187,215); }

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