#C2BBDF

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

Shades of Melrose #C2BBDF

Tints of Melrose #C2BBDF

Color information

#C2BBDF (or 0xC2BBDF) is unknown color: approx Melrose. HEX triplet: C2, BB and DF. RGB value is (194,187,223). Sum of RGB (Red+Green+Blue) = 194+187+223=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBDF is #3D4420. Grayscale: #C1C1C1. Windows color (decimal): -4015137 or 14662594. OLE color: 14662594.

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

Color convert

RGB194187223-
CMYK0.130.1600.13
HSL251.67º36%80.39%-
HSV(B)251.67º16.14%87.45%-
XYZ53.3452.3477.1-
YUV193.2144.82128.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.12%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=32.12%
G=30.96%
B=36.92%

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
Decimal1941872230.130.1600.13251.673680.39
HexC2BBDFD100Dfc2450
Octal302273337152001537444120
Binary11000010101110111101111111011000001101111111001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBDF; }

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

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

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

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

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

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

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

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