Html Css Color HEX #C2AEED Melrose

📋 copy color: '#C2AEED'

red 194 ◦ green 174 ◦ blue 237

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

Shades of Melrose #C2AEED

Tints of Melrose #C2AEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.17%

R = 32.07%
G = 28.76%
B = 39.17%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2AEED (or 0xC2AEED) is known color: Melrose. HEX triplet: C2, AE and ED. RGB value is (194,174,237). Sum of RGB (Red+Green+Blue) = 194+174+237=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEED is #3D5112. Grayscale: #BABABA. Windows color (decimal): -4018451 or 15576770. OLE color: 15576770.

HSL color Cylindrical-coordinate representation of color #C2AEED: hue angle of 259.05º degrees, saturation: 0.64, 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 #C2AEED is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 174 237 -
CMYK 0.18 0.27 0 0.07
HSL 259.05º 0.64% 0.81% -
HSV(B) 259.05º 0.27% 0.93% -
XYZ 52.67 47.86 86.58 -
YUV 187.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 194 174 237 0.18 0.27 0 0.07 259.05 0.64 0.81
Hex C2 AE ED 12 1B 0 7 103 40 51
Octal 302 256 355 22 33 0 7 403 100 121
Binary 11000010 10101110 11101101 10010 11011 0 111 100000011 1000000 1010001

Color Harmonies of #C2AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEED

Black with #C2AEED

Text Example


Text Example

White with #C2AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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