#C8BADC

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

Shades of Melrose #C8BADC

Tints of Melrose #C8BADC

Color information

#C8BADC (or 0xC8BADC) is unknown color: approx Melrose. HEX triplet: C8, BA and DC. RGB value is (200,186,220). Sum of RGB (Red+Green+Blue) = 200+186+220=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BADC is #374523. Grayscale: #C1C1C1. Windows color (decimal): -3622180 or 14465736. OLE color: 14465736.

HSL color Cylindrical-coordinate representation of color #C8BADC: hue angle of 264.71º degrees, saturation: 0.33, 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 #C8BADC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200186220-
CMYK0.090.1500.14
HSL264.71º32.69%79.61%-
HSV(B)264.71º15.45%86.27%-
XYZ54.352.5674.99-
YUV194.06142.64132.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.00%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=33.00%
G=30.69%
B=36.30%

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
Decimal2001862200.090.1500.14264.7132.6979.61
HexC8BADC9F0E1092150
Octal310272334111701641141120
Binary11001000101110101101110010011111011101000010011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BADC; }

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

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

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

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

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

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

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

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