#C7BEDD

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

Shades of Melrose #C7BEDD

Tints of Melrose #C7BEDD

Color information

#C7BEDD (or 0xC7BEDD) is unknown color: approx Melrose. HEX triplet: C7, BE and DD. RGB value is (199,190,221). Sum of RGB (Red+Green+Blue) = 199+190+221=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEDD is #384122. Grayscale: #C4C4C4. Windows color (decimal): -3686691 or 14532295. OLE color: 14532295.

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

Color convert

RGB199190221-
CMYK0.100.1400.13
HSL257.42º31.31%80.59%-
HSV(B)257.42º14.03%86.67%-
XYZ55.0254.1975.97-
YUV196.22141.98129.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 190 (74.61% from 255) = 31.15%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=32.62%
G=31.15%
B=36.23%

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
Decimal1991902210.100.1400.13257.4231.3180.59
HexC7BEDDAE0D1011f51
Octal307276335121601540137121
Binary1100011110111110110111011010111001101100000001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEDD; }

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

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

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

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

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

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

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

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