#C2ADFE

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

Shades of Melrose #C2ADFE

Tints of Melrose #C2ADFE

Color information

#C2ADFE (or 0xC2ADFE) is unknown color: approx Melrose. HEX triplet: C2, AD and FE. RGB value is (194,173,254). Sum of RGB (Red+Green+Blue) = 194+173+254=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADFE is #3D5201. Grayscale: #BCBCBC. Windows color (decimal): -4018690 or 16690626. OLE color: 16690626.

HSL color Cylindrical-coordinate representation of color #C2ADFE: hue angle of 255.56º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2ADFE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB194173254-
CMYK0.240.3200.00
HSL255.56º97.59%83.73%-
HSV(B)255.56º31.89%99.61%-
XYZ55.0848.51100.23-
YUV188.51164.96131.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.24%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=31.24%
G=27.86%
B=40.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941732540.240.3200.00255.5697.5983.73
HexC2ADFE1820001006254
Octal302255376304000400142124
Binary110000101010110111111110110001000000010000000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADFE; }

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

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

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

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

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

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

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

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