#C0ADFC

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

Shades of Melrose #C0ADFC

Tints of Melrose #C0ADFC

Color information

#C0ADFC (or 0xC0ADFC) is unknown color: approx Melrose. HEX triplet: C0, AD and FC. RGB value is (192,173,252). Sum of RGB (Red+Green+Blue) = 192+173+252=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADFC is #3F5203. Grayscale: #BBBBBB. Windows color (decimal): -4149764 or 16559552. OLE color: 16559552.

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

Color convert

RGB192173252-
CMYK0.240.3100.01
HSL254.43º92.94%83.33%-
HSV(B)254.43º31.35%98.82%-
XYZ54.2548.1298.52-
YUV187.69164.29131.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 173 (67.97% from 255) = 28.04%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=31.12%
G=28.04%
B=40.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921732520.240.3100.01254.4392.9483.33
HexC0ADFC181F01fe5d53
Octal300255374303701376135123
Binary1100000010101101111111001100011111011111111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADFC; }

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

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

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

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

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

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

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

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