#C6BEDD

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

Shades of Melrose #C6BEDD

Tints of Melrose #C6BEDD

Color information

#C6BEDD (or 0xC6BEDD) is unknown color: approx Melrose. HEX triplet: C6, BE and DD. RGB value is (198,190,221). Sum of RGB (Red+Green+Blue) = 198+190+221=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEDD is #394122. Grayscale: #C3C3C3. Windows color (decimal): -3752227 or 14532294. OLE color: 14532294.

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

Color convert

RGB198190221-
CMYK0.100.1400.13
HSL255.48º31.31%80.59%-
HSV(B)255.48º14.03%86.67%-
XYZ54.7554.0575.95-
YUV195.93142.15129.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.51%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=32.51%
G=31.20%
B=36.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981902210.100.1400.13255.4831.3180.59
HexC6BEDDAE0Dff1f51
Octal306276335121601537737121
Binary110001101011111011011101101011100110111111111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEDD; }

 p { color: rgb(198,190,221); }

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

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

 a { background-color: rgb(198,190,221); }

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

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

 span { border-color: rgb(198,190,221); }

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