#C3ADFD

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

Shades of Melrose #C3ADFD

Tints of Melrose #C3ADFD

Color information

#C3ADFD (or 0xC3ADFD) is unknown color: approx Melrose. HEX triplet: C3, AD and FD. RGB value is (195,173,253). Sum of RGB (Red+Green+Blue) = 195+173+253=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADFD is #3C5202. Grayscale: #BCBCBC. Windows color (decimal): -3953155 or 16625091. OLE color: 16625091.

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

Color convert

RGB195173253-
CMYK0.230.3200.01
HSL256.5º95.24%83.53%-
HSV(B)256.5º31.62%99.22%-
XYZ55.1848.5899.4-
YUV188.7164.29132.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.40%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=31.40%
G=27.86%
B=40.74%

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
Decimal1951732530.230.3200.01256.595.2483.53
HexC3ADFD1720011005f54
Octal303255375274001400137124
Binary110000111010110111111101101111000000110000000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADFD; }

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

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

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

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

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

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

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

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