#C7BDDE

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

Shades of Melrose #C7BDDE

Tints of Melrose #C7BDDE

Color information

#C7BDDE (or 0xC7BDDE) is unknown color: approx Melrose. HEX triplet: C7, BD and DE. RGB value is (199,189,222). Sum of RGB (Red+Green+Blue) = 199+189+222=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDDE is #384221. Grayscale: #C3C3C3. Windows color (decimal): -3686946 or 14597575. OLE color: 14597575.

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

Color convert

RGB199189222-
CMYK0.100.1500.13
HSL258.18º33.33%80.59%-
HSV(B)258.18º14.86%87.06%-
XYZ54.9453.8176.6-
YUV195.75142.81130.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=32.62%
G=30.98%
B=36.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991892220.100.1500.13258.1833.3380.59
HexC7BDDEAF0D1022151
Octal307275336121701540241121
Binary11000111101111011101111010101111011011000000101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDDE; }

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

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

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

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

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

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

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

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