#C8BCDC

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

Shades of Melrose #C8BCDC

Tints of Melrose #C8BCDC

Color information

#C8BCDC (or 0xC8BCDC) is unknown color: approx Melrose. HEX triplet: C8, BC and DC. RGB value is (200,188,220). Sum of RGB (Red+Green+Blue) = 200+188+220=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCDC is #374323. Grayscale: #C3C3C3. Windows color (decimal): -3621668 or 14466248. OLE color: 14466248.

HSL color Cylindrical-coordinate representation of color #C8BCDC: hue angle of 262.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8BCDC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200188220-
CMYK0.090.1500.14
HSL262.5º31.37%80%-
HSV(B)262.5º14.55%86.27%-
XYZ54.7253.4175.14-
YUV195.24141.98131.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.89%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=32.89%
G=30.92%
B=36.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001882200.090.1500.14262.531.3780
HexC8BCDC9F0E1061f50
Octal310274334111701640637120
Binary1100100010111100110111001001111101110100000110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCDC; }

 p { color: rgb(200,188,220); }

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

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

 a { background-color: rgb(200,188,220); }

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

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

 span { border-color: rgb(200,188,220); }

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