#C0ADFD

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

Shades of Melrose #C0ADFD

Tints of Melrose #C0ADFD

Color information

#C0ADFD (or 0xC0ADFD) is unknown color: approx Melrose. HEX triplet: C0, AD and FD. RGB value is (192,173,253). Sum of RGB (Red+Green+Blue) = 192+173+253=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADFD is #3F5202. Grayscale: #BBBBBB. Windows color (decimal): -4149763 or 16625088. OLE color: 16625088.

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

Color convert

RGB192173253-
CMYK0.240.3200.01
HSL254.25º95.24%83.53%-
HSV(B)254.25º31.62%99.22%-
XYZ54.4148.1999.36-
YUV187.8164.79131-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.07%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=31.07%
G=27.99%
B=40.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921732530.240.3200.01254.2595.2483.53
HexC0ADFD182001fe5f54
Octal300255375304001376137124
Binary11000000101011011111110111000100000011111111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADFD; }

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

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

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

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

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

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

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

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