#C8C4D8

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

Shades of Melrose #C8C4D8

Tints of Melrose #C8C4D8

Color information

#C8C4D8 (or 0xC8C4D8) is unknown color: approx Melrose. HEX triplet: C8, C4 and D8. RGB value is (200,196,216). Sum of RGB (Red+Green+Blue) = 200+196+216=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8C4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C4D8 is #373B27. Grayscale: #C7C7C7. Windows color (decimal): -3619624 or 14206152. OLE color: 14206152.

HSL color Cylindrical-coordinate representation of color #C8C4D8: hue angle of 252º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8C4D8 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200196216-
CMYK0.070.0900.15
HSL252º20.41%80.78%-
HSV(B)252º9.26%84.71%-
XYZ55.9556.7272.96-
YUV199.48137.33128.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.68%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 216 (84.77% from 255) = 35.29%
R=32.68%
G=32.03%
B=35.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001962160.070.0900.1525220.4180.78
HexC8C4D8790Ffc1451
Octal31030433071101737424121
Binary11001000110001001101100011110010111111111100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C4D8; }

 p { color: rgb(200,196,216); }

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

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

 a { background-color: rgb(200,196,216); }

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

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

 span { border-color: rgb(200,196,216); }

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