#C3ADEE

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

Shades of Melrose #C3ADEE

Tints of Melrose #C3ADEE

Color information

#C3ADEE (or 0xC3ADEE) is unknown color: approx Melrose. HEX triplet: C3, AD and EE. RGB value is (195,173,238). Sum of RGB (Red+Green+Blue) = 195+173+238=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADEE is #3C5211. Grayscale: #BABABA. Windows color (decimal): -3953170 or 15642051. OLE color: 15642051.

HSL color Cylindrical-coordinate representation of color #C3ADEE: hue angle of 260.31º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3ADEE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195173238-
CMYK0.180.2700.07
HSL260.31º65.66%80.59%-
HSV(B)260.31º27.31%93.33%-
XYZ52.8847.6687.3-
YUV186.99156.79133.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.18%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=32.18%
G=28.55%
B=39.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951732380.180.2700.07260.3165.6680.59
HexC3ADEE121B071044251
Octal303255356223307404102121
Binary1100001110101101111011101001011011011110000010010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADEE; }

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

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

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

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

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

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

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

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