#C2ADF1

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

Shades of Melrose #C2ADF1

Tints of Melrose #C2ADF1

Color information

#C2ADF1 (or 0xC2ADF1) is unknown color: approx Melrose. HEX triplet: C2, AD and F1. RGB value is (194,173,241). Sum of RGB (Red+Green+Blue) = 194+173+241=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADF1 is #3D520E. Grayscale: #BABABA. Windows color (decimal): -4018703 or 15838658. OLE color: 15838658.

HSL color Cylindrical-coordinate representation of color #C2ADF1: hue angle of 258.53º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2ADF1 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194173241-
CMYK0.200.2800.05
HSL258.53º70.83%81.18%-
HSV(B)258.53º28.22%94.51%-
XYZ53.0747.7189.63-
YUV187.03158.46132.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.91%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 241 (94.53% from 255) = 39.64%
R=31.91%
G=28.45%
B=39.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941732410.200.2800.05258.5370.8381.18
HexC2ADF1141C051034751
Octal302255361243405403107121
Binary1100001010101101111100011010011100010110000001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADF1; }

 p { color: rgb(194,173,241); }

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

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

 a { background-color: rgb(194,173,241); }

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

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

 span { border-color: rgb(194,173,241); }

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