#C3BBD6

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

Shades of Melrose #C3BBD6

Tints of Melrose #C3BBD6

Color information

#C3BBD6 (or 0xC3BBD6) is unknown color: approx Melrose. HEX triplet: C3, BB and D6. RGB value is (195,187,214). Sum of RGB (Red+Green+Blue) = 195+187+214=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #C3BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBD6 is #3C4429. Grayscale: #C0C0C0. Windows color (decimal): -3949610 or 14072771. OLE color: 14072771.

HSL color Cylindrical-coordinate representation of color #C3BBD6: hue angle of 257.78º degrees, saturation: 0.25, 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 #C3BBD6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195187214-
CMYK0.090.1300.16
HSL257.78º24.77%78.63%-
HSV(B)257.78º12.62%83.92%-
XYZ52.415270.89-
YUV192.47140.15129.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.72%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 214 (83.98% from 255) = 35.91%
R=32.72%
G=31.38%
B=35.91%

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
Decimal1951872140.090.1300.16257.7824.7778.63
HexC3BBD69D010102194f
Octal303273326111502040231117
Binary11000011101110111101011010011101010000100000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBD6; }

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

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

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

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

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

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

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

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