#C3ADFF

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

Shades of Melrose #C3ADFF

Tints of Melrose #C3ADFF

Color information

#C3ADFF (or 0xC3ADFF) is unknown color: approx Melrose. HEX triplet: C3, AD and FF. RGB value is (195,173,255). Sum of RGB (Red+Green+Blue) = 195+173+255=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADFF is #3C5200. Grayscale: #BCBCBC. Windows color (decimal): -3953153 or 16756163. OLE color: 16756163.

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

Color convert

RGB195173255-
CMYK0.240.3200
HSL256.1º100%83.92%-
HSV(B)256.1º32.16%100%-
XYZ55.548.71101.08-
YUV188.93165.29132.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.30%
GREEN value IS 173 (67.97% from 255) = 27.77%
BLUE value IS 255 (100% from 255) = 40.93%
R=31.30%
G=27.77%
B=40.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951732550.240.3200256.110083.92
HexC3ADFF1820001006454
Octal303255377304000400144124
Binary110000111010110111111111110001000000010000000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADFF; }

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

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

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

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

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

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

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

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