#C8BDDC

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

Shades of Melrose #C8BDDC

Tints of Melrose #C8BDDC

Color information

#C8BDDC (or 0xC8BDDC) is unknown color: approx Melrose. HEX triplet: C8, BD and DC. RGB value is (200,189,220). Sum of RGB (Red+Green+Blue) = 200+189+220=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDDC is #374223. Grayscale: #C3C3C3. Windows color (decimal): -3621412 or 14466504. OLE color: 14466504.

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

Color convert

RGB200189220-
CMYK0.090.1400.14
HSL261.29º30.69%80.2%-
HSV(B)261.29º14.09%86.27%-
XYZ54.9453.8475.21-
YUV195.82141.64130.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=32.84%
G=31.03%
B=36.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001892200.090.1400.14261.2930.6980.2
HexC8BDDC9E0E1051f50
Octal310275334111601640537120
Binary1100100010111101110111001001111001110100000101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDDC; }

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

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

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

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

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

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

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

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