#C8C2DA

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

Shades of Melrose #C8C2DA

Tints of Melrose #C8C2DA

Color information

#C8C2DA (or 0xC8C2DA) is unknown color: approx Melrose. HEX triplet: C8, C2 and DA. RGB value is (200,194,218). Sum of RGB (Red+Green+Blue) = 200+194+218=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8C2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2DA is #373D25. Grayscale: #C6C6C6. Windows color (decimal): -3620134 or 14336712. OLE color: 14336712.

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

Color convert

RGB200194218-
CMYK0.080.1100.15
HSL255º24.49%80.78%-
HSV(B)255º11.01%85.49%-
XYZ55.7755.9274.19-
YUV198.53138.99129.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.68%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=32.68%
G=31.70%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001942180.080.1100.1525524.4980.78
HexC8C2DA8B0Fff1851
Octal310302332101301737730121
Binary110010001100001011011010100010110111111111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C2DA; }

 p { color: rgb(200,194,218); }

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

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

 a { background-color: rgb(200,194,218); }

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

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

 span { border-color: rgb(200,194,218); }

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