#C3BBDF

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

Shades of Melrose #C3BBDF

Tints of Melrose #C3BBDF

Color information

#C3BBDF (or 0xC3BBDF) is unknown color: approx Melrose. HEX triplet: C3, BB and DF. RGB value is (195,187,223). Sum of RGB (Red+Green+Blue) = 195+187+223=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBDF is #3C4420. Grayscale: #C1C1C1. Windows color (decimal): -3949601 or 14662595. OLE color: 14662595.

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

Color convert

RGB195187223-
CMYK0.130.1600.13
HSL253.33º36%80.39%-
HSV(B)253.33º16.14%87.45%-
XYZ53.652.4777.12-
YUV193.5144.65129.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.23%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=32.23%
G=30.91%
B=36.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951872230.130.1600.13253.333680.39
HexC3BBDFD100Dfd2450
Octal303273337152001537544120
Binary11000011101110111101111111011000001101111111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBDF; }

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

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

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

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

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

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

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

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