#C6BDDE

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

Shades of Melrose #C6BDDE

Tints of Melrose #C6BDDE

Color information

#C6BDDE (or 0xC6BDDE) is unknown color: approx Melrose. HEX triplet: C6, BD and DE. RGB value is (198,189,222). Sum of RGB (Red+Green+Blue) = 198+189+222=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDDE is #394221. Grayscale: #C3C3C3. Windows color (decimal): -3752482 or 14597574. OLE color: 14597574.

HSL color Cylindrical-coordinate representation of color #C6BDDE: hue angle of 256.36º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BDDE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198189222-
CMYK0.110.1500.13
HSL256.36º33.33%80.59%-
HSV(B)256.36º14.86%87.06%-
XYZ54.6753.6776.59-
YUV195.45142.98129.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.51%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=32.51%
G=31.03%
B=36.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981892220.110.1500.13256.3633.3380.59
HexC6BDDEBF0D1002151
Octal306275336131701540041121
Binary11000110101111011101111010111111011011000000001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDDE; }

 p { color: rgb(198,189,222); }

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

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

 a { background-color: rgb(198,189,222); }

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

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

 span { border-color: rgb(198,189,222); }

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