#C0ADFB

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

Shades of Melrose #C0ADFB

Tints of Melrose #C0ADFB

Color information

#C0ADFB (or 0xC0ADFB) is unknown color: approx Melrose. HEX triplet: C0, AD and FB. RGB value is (192,173,251). Sum of RGB (Red+Green+Blue) = 192+173+251=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADFB is #3F5204. Grayscale: #BBBBBB. Windows color (decimal): -4149765 or 16494016. OLE color: 16494016.

HSL color Cylindrical-coordinate representation of color #C0ADFB: hue angle of 254.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0ADFB is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192173251-
CMYK0.240.3100.02
HSL254.62º90.7%83.14%-
HSV(B)254.62º31.08%98.43%-
XYZ54.0948.0697.69-
YUV187.57163.79131.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.17%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=31.17%
G=28.08%
B=40.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921732510.240.3100.02254.6290.783.14
HexC0ADFB181F02ff5b53
Octal300255373303702377133123
Binary11000000101011011111101111000111110101111111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADFB; }

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

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

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

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

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

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

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

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