#C2B9DF

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

Shades of Melrose #C2B9DF

Tints of Melrose #C2B9DF

Color information

#C2B9DF (or 0xC2B9DF) is unknown color: approx Melrose. HEX triplet: C2, B9 and DF. RGB value is (194,185,223). Sum of RGB (Red+Green+Blue) = 194+185+223=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2B9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B9DF is #3D4620. Grayscale: #BFBFBF. Windows color (decimal): -4015649 or 14662082. OLE color: 14662082.

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

Color convert

RGB194185223-
CMYK0.130.1700.13
HSL254.21º37.25%80%-
HSV(B)254.21º17.04%87.45%-
XYZ52.9251.4976.96-
YUV192.02145.48129.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.23%
GREEN value IS 185 (72.66% from 255) = 30.73%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=32.23%
G=30.73%
B=37.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941852230.130.1700.13254.2137.2580
HexC2B9DFD110Dfe2550
Octal302271337152101537645120
Binary11000010101110011101111111011000101101111111101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B9DF; }

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

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

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

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

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

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

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

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