#C8ADF7

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

Shades of Melrose #C8ADF7

Tints of Melrose #C8ADF7

Color information

#C8ADF7 (or 0xC8ADF7) is unknown color: approx Melrose. HEX triplet: C8, AD and F7. RGB value is (200,173,247). Sum of RGB (Red+Green+Blue) = 200+173+247=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #C8ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADF7 is #375208. Grayscale: #BDBDBD. Windows color (decimal): -3625481 or 16231880. OLE color: 16231880.

HSL color Cylindrical-coordinate representation of color #C8ADF7: hue angle of 261.89º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8ADF7 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB200173247-
CMYK0.190.3000.03
HSL261.89º82.22%82.35%-
HSV(B)261.89º29.96%96.86%-
XYZ55.5548.8894.5-
YUV189.51160.45135.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.26%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 247 (96.88% from 255) = 39.84%
R=32.26%
G=27.90%
B=39.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2001732470.190.3000.03261.8982.2282.35
HexC8ADF7131E031065252
Octal310255367233603406122122
Binary110010001010110111110111100111111001110000011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADF7; }

 p { color: rgb(200,173,247); }

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

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

 a { background-color: rgb(200,173,247); }

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

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

 span { border-color: rgb(200,173,247); }

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