Html Css Color HEX #C2ADEA Melrose

📋 copy color: '#C2ADEA'

red 194 ◦ green 173 ◦ blue 234

#C2ADEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C2ADEA

Tints of Melrose #C2ADEA

RGB

 RED value IS 194 (76.17% from 255) = 32.28%

 GREEN value IS 173 (67.97% from 255) = 28.79%

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 32.28%
G = 28.79%
B = 38.94%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2ADEA (or 0xC2ADEA) is known color: Melrose. HEX triplet: C2, AD and EA. RGB value is (194,173,234). Sum of RGB (Red+Green+Blue) = 194+173+234=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADEA is #3D5215. Grayscale: #BABABA. Windows color (decimal): -4018710 or 15379906. OLE color: 15379906.

HSL color Cylindrical-coordinate representation of color #C2ADEA: hue angle of 260.66º degrees, saturation: 0.59, 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 #C2ADEA is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 173 234 -
CMYK 0.17 0.26 0 0.08
HSL 260.66º 0.59% 0.8% -
HSV(B) 260.66º 0.26% 0.92% -
XYZ 52.04 47.3 84.23 -
YUV 186.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 194 173 234 0.17 0.26 0 0.08 260.66 0.59 0.8
Hex C2 AD EA 11 1A 0 8 105 3B 50
Octal 302 255 352 21 32 0 10 405 73 120
Binary 11000010 10101101 11101010 10001 11010 0 1000 100000101 111011 1010000

Color Harmonies of #C2ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADEA

Black with #C2ADEA

Text Example


Text Example

White with #C2ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADEA; }

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

 H1.HeaderClassName
 {
   color: #C2ADEA;
 }
 .AnyTagClassName
 {
   color: #C2ADEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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