#C7ADF3

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

Shades of Melrose #C7ADF3

Tints of Melrose #C7ADF3

Color information

#C7ADF3 (or 0xC7ADF3) is unknown color: approx Melrose. HEX triplet: C7, AD and F3. RGB value is (199,173,243). Sum of RGB (Red+Green+Blue) = 199+173+243=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADF3 is #38520C. Grayscale: #BCBCBC. Windows color (decimal): -3691021 or 15969735. OLE color: 15969735.

HSL color Cylindrical-coordinate representation of color #C7ADF3: hue angle of 262.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7ADF3 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199173243-
CMYK0.180.2900.05
HSL262.29º74.47%81.57%-
HSV(B)262.29º28.81%95.29%-
XYZ54.6748.591.27-
YUV188.75158.61135.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.36%
GREEN value IS 173 (67.97% from 255) = 28.13%
BLUE value IS 243 (95.31% from 255) = 39.51%
R=32.36%
G=28.13%
B=39.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991732430.180.2900.05262.2974.4781.57
HexC7ADF3121D051064a52
Octal307255363223505406112122
Binary1100011110101101111100111001011101010110000011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADF3; }

 p { color: rgb(199,173,243); }

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

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

 a { background-color: rgb(199,173,243); }

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

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

 span { border-color: rgb(199,173,243); }

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