#C4ADFF

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

Shades of Melrose #C4ADFF

Tints of Melrose #C4ADFF

Color information

#C4ADFF (or 0xC4ADFF) is unknown color: approx Melrose. HEX triplet: C4, AD and FF. RGB value is (196,173,255). Sum of RGB (Red+Green+Blue) = 196+173+255=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADFF is #3B5200. Grayscale: #BCBCBC. Windows color (decimal): -3887617 or 16756164. OLE color: 16756164.

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

Color convert

RGB196173255-
CMYK0.230.3200
HSL256.83º100%83.92%-
HSV(B)256.83º32.16%100%-
XYZ55.7648.84101.1-
YUV189.22165.12132.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.41%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 255 (100% from 255) = 40.87%
R=31.41%
G=27.72%
B=40.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961732550.230.3200256.8310083.92
HexC4ADFF1720001016454
Octal304255377274000401144124
Binary110001001010110111111111101111000000010000000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADFF; }

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

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

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

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

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

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

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

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