#C1ADFC

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

Shades of Melrose #C1ADFC

Tints of Melrose #C1ADFC

Color information

#C1ADFC (or 0xC1ADFC) is unknown color: approx Melrose. HEX triplet: C1, AD and FC. RGB value is (193,173,252). Sum of RGB (Red+Green+Blue) = 193+173+252=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADFC is #3E5203. Grayscale: #BBBBBB. Windows color (decimal): -4084228 or 16559553. OLE color: 16559553.

HSL color Cylindrical-coordinate representation of color #C1ADFC: hue angle of 255.19º 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 #C1ADFC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193173252-
CMYK0.230.3100.01
HSL255.19º92.94%83.33%-
HSV(B)255.19º31.35%98.82%-
XYZ54.5148.2598.54-
YUV187.99164.13131.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.23%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=31.23%
G=27.99%
B=40.78%

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
Decimal1931732520.230.3100.01255.1992.9483.33
HexC1ADFC171F01ff5d53
Octal301255374273701377135123
Binary1100000110101101111111001011111111011111111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADFC; }

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

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

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

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

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

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

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

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