#C2ADF4

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

Shades of Melrose #C2ADF4

Tints of Melrose #C2ADF4

Color information

#C2ADF4 (or 0xC2ADF4) is unknown color: approx Melrose. HEX triplet: C2, AD and F4. RGB value is (194,173,244). Sum of RGB (Red+Green+Blue) = 194+173+244=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #C2ADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADF4 is #3D520B. Grayscale: #BBBBBB. Windows color (decimal): -4018700 or 16035266. OLE color: 16035266.

HSL color Cylindrical-coordinate representation of color #C2ADF4: hue angle of 257.75º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2ADF4 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194173244-
CMYK0.200.2900.04
HSL257.75º76.34%81.76%-
HSV(B)257.75º29.1%95.69%-
XYZ53.5247.8992.01-
YUV187.37159.96132.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.75%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 244 (95.70% from 255) = 39.93%
R=31.75%
G=28.31%
B=39.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1941732440.200.2900.04257.7576.3481.76
HexC2ADF4141D041024c52
Octal302255364243504402114122
Binary1100001010101101111101001010011101010010000001010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADF4; }

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

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

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

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

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

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

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

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