Html Css Color HEX #C2AEEA Melrose

📋 copy color: '#C2AEEA'

red 194 ◦ green 174 ◦ blue 234

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

Shades of Melrose #C2AEEA

Tints of Melrose #C2AEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.9%

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

R = 32.23%
G = 28.9%
B = 38.87%

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

#C2AEEA (or 0xC2AEEA) is known color: Melrose. HEX triplet: C2, AE and EA. RGB value is (194,174,234). Sum of RGB (Red+Green+Blue) = 194+174+234=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEEA is #3D5115. Grayscale: #BABABA. Windows color (decimal): -4018454 or 15380162. OLE color: 15380162.

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

Color convert

RGB 194 174 234 -
CMYK 0.17 0.26 0 0.08
HSL 260º 0.59% 0.8% -
HSV(B) 260º 0.26% 0.92% -
XYZ 52.24 47.68 84.29 -
YUV 186.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 194 174 234 0.17 0.26 0 0.08 260 0.59 0.8
Hex C2 AE EA 11 1A 0 8 104 3B 50
Octal 302 256 352 21 32 0 10 404 73 120
Binary 11000010 10101110 11101010 10001 11010 0 1000 100000100 111011 1010000

Color Harmonies of #C2AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEEA

Black with #C2AEEA

Text Example


Text Example

White with #C2AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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