#C2ADFC

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

Shades of Melrose #C2ADFC

Tints of Melrose #C2ADFC

Color information

#C2ADFC (or 0xC2ADFC) is unknown color: approx Melrose. HEX triplet: C2, AD and FC. RGB value is (194,173,252). Sum of RGB (Red+Green+Blue) = 194+173+252=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADFC is #3D5203. Grayscale: #BBBBBB. Windows color (decimal): -4018692 or 16559554. OLE color: 16559554.

HSL color Cylindrical-coordinate representation of color #C2ADFC: hue angle of 255.95º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2ADFC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194173252-
CMYK0.230.3100.01
HSL255.95º92.94%83.33%-
HSV(B)255.95º31.35%98.82%-
XYZ54.7648.3898.55-
YUV188.28163.96132.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.34%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=31.34%
G=27.95%
B=40.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941732520.230.3100.01255.9592.9483.33
HexC2ADFC171F011005d53
Octal302255374273701400135123
Binary11000010101011011111110010111111110110000000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADFC; }

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

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

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

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

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

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

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

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