#C4ADFD

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

Shades of Melrose #C4ADFD

Tints of Melrose #C4ADFD

Color information

#C4ADFD (or 0xC4ADFD) is unknown color: approx Melrose. HEX triplet: C4, AD and FD. RGB value is (196,173,253). Sum of RGB (Red+Green+Blue) = 196+173+253=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADFD is #3B5202. Grayscale: #BCBCBC. Windows color (decimal): -3887619 or 16625092. OLE color: 16625092.

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

Color convert

RGB196173253-
CMYK0.230.3200.01
HSL257.25º95.24%83.53%-
HSV(B)257.25º31.62%99.22%-
XYZ55.4448.7199.41-
YUV189164.12133-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.51%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=31.51%
G=27.81%
B=40.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961732530.230.3200.01257.2595.2483.53
HexC4ADFD1720011015f54
Octal304255375274001401137124
Binary110001001010110111111101101111000000110000000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADFD; }

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

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

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

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

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

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

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

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