#C2ADEB

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

Shades of Melrose #C2ADEB

Tints of Melrose #C2ADEB

Color information

#C2ADEB (or 0xC2ADEB) is unknown color: approx Melrose. HEX triplet: C2, AD and EB. RGB value is (194,173,235). Sum of RGB (Red+Green+Blue) = 194+173+235=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADEB is #3D5214. Grayscale: #BABABA. Windows color (decimal): -4018709 or 15445442. OLE color: 15445442.

HSL color Cylindrical-coordinate representation of color #C2ADEB: hue angle of 260.32º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2ADEB is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194173235-
CMYK0.170.2600.08
HSL260.32º60.78%80%-
HSV(B)260.32º26.38%92.16%-
XYZ52.1947.3584.99-
YUV186.35155.46133.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.23%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=32.23%
G=28.74%
B=39.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941732350.170.2600.08260.3260.7880
HexC2ADEB111A081043d50
Octal302255353213201040475120
Binary1100001010101101111010111000111010010001000001001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADEB; }

 p { color: rgb(194,173,235); }

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

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

 a { background-color: rgb(194,173,235); }

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

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

 span { border-color: rgb(194,173,235); }

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