#C0ADFF

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

Shades of Melrose #C0ADFF

Tints of Melrose #C0ADFF

Color information

#C0ADFF (or 0xC0ADFF) is unknown color: approx Melrose. HEX triplet: C0, AD and FF. RGB value is (192,173,255). Sum of RGB (Red+Green+Blue) = 192+173+255=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADFF is #3F5200. Grayscale: #BBBBBB. Windows color (decimal): -4149761 or 16756160. OLE color: 16756160.

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

Color convert

RGB192173255-
CMYK0.250.3200
HSL253.9º100%83.92%-
HSV(B)253.9º32.16%100%-
XYZ54.7348.31101.05-
YUV188.03165.79130.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 255 (100% from 255) = 41.13%
R=30.97%
G=27.90%
B=41.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921732550.250.3200253.910083.92
HexC0ADFF192000fe6454
Octal300255377314000376144124
Binary11000000101011011111111111001100000001111111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADFF; }

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

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

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

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

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

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

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

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