#C4ADFE

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

Shades of Melrose #C4ADFE

Tints of Melrose #C4ADFE

Color information

#C4ADFE (or 0xC4ADFE) is unknown color: approx Melrose. HEX triplet: C4, AD and FE. RGB value is (196,173,254). Sum of RGB (Red+Green+Blue) = 196+173+254=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADFE is #3B5201. Grayscale: #BCBCBC. Windows color (decimal): -3887618 or 16690628. OLE color: 16690628.

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

Color convert

RGB196173254-
CMYK0.230.3200.00
HSL257.04º97.59%83.73%-
HSV(B)257.04º31.89%99.61%-
XYZ55.648.78100.25-
YUV189.11164.62132.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.46%
GREEN value IS 173 (67.97% from 255) = 27.77%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=31.46%
G=27.77%
B=40.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961732540.230.3200.00257.0497.5983.73
HexC4ADFE1720001016254
Octal304255376274000401142124
Binary110001001010110111111110101111000000010000000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADFE; }

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

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

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

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

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

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

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

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