#C5ADFF

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

Shades of Melrose #C5ADFF

Tints of Melrose #C5ADFF

Color information

#C5ADFF (or 0xC5ADFF) is unknown color: approx Melrose. HEX triplet: C5, AD and FF. RGB value is (197,173,255). Sum of RGB (Red+Green+Blue) = 197+173+255=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADFF is #3A5200. Grayscale: #BDBDBD. Windows color (decimal): -3822081 or 16756165. OLE color: 16756165.

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

Color convert

RGB197173255-
CMYK0.230.3200
HSL257.56º100%83.92%-
HSV(B)257.56º32.16%100%-
XYZ56.0248.98101.11-
YUV189.52164.95133.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.52%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 255 (100% from 255) = 40.8%
R=31.52%
G=27.68%
B=40.8%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971732550.230.3200257.5610083.92
HexC5ADFF1720001026454
Octal305255377274000402144124
Binary110001011010110111111111101111000000010000001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ADFF; }

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

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

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

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

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

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

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

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