#C4ADFC

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

Shades of Melrose #C4ADFC

Tints of Melrose #C4ADFC

Color information

#C4ADFC (or 0xC4ADFC) is unknown color: approx Melrose. HEX triplet: C4, AD and FC. RGB value is (196,173,252). Sum of RGB (Red+Green+Blue) = 196+173+252=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADFC is #3B5203. Grayscale: #BCBCBC. Windows color (decimal): -3887620 or 16559556. OLE color: 16559556.

HSL color Cylindrical-coordinate representation of color #C4ADFC: hue angle of 257.47º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4ADFC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196173252-
CMYK0.220.3100.01
HSL257.47º92.94%83.33%-
HSV(B)257.47º31.35%98.82%-
XYZ55.2848.6598.57-
YUV188.88163.62133.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.56%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=31.56%
G=27.86%
B=40.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961732520.220.3100.01257.4792.9483.33
HexC4ADFC161F011015d53
Octal304255374263701401135123
Binary11000100101011011111110010110111110110000000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADFC; }

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

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

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

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

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

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

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

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