Html Css Color HEX #C2AAF7 Melrose

📋 copy color: '#C2AAF7'

red 194 ◦ green 170 ◦ blue 247

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

Shades of Melrose #C2AAF7

Tints of Melrose #C2AAF7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.82%

 BLUE value IS 247 (96.88% from 255) = 40.43%

R = 31.75%
G = 27.82%
B = 40.43%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C2AAF7 (or 0xC2AAF7) is known color: Melrose. HEX triplet: C2, AA and F7. RGB value is (194,170,247). Sum of RGB (Red+Green+Blue) = 194+170+247=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2AAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAF7 is #3D5508. Grayscale: #B9B9B9. Windows color (decimal): -4019465 or 16231106. OLE color: 16231106.

HSL color Cylindrical-coordinate representation of color #C2AAF7: hue angle of 258.7º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2AAF7 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 170 247 -
CMYK 0.21 0.31 0 0.03
HSL 258.7º 0.83% 0.82% -
HSV(B) 258.7º 0.31% 0.97% -
XYZ 53.41 46.93 94.24 -
YUV 185.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 194 170 247 0.21 0.31 0 0.03 258.7 0.83 0.82
Hex C2 AA F7 15 1F 0 3 103 53 52
Octal 302 252 367 25 37 0 3 403 123 122
Binary 11000010 10101010 11110111 10101 11111 0 11 100000011 1010011 1010010

Color Harmonies of #C2AAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAF7

Black with #C2AAF7

Text Example


Text Example

White with #C2AAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAF7; }

 p { color: rgb(194,170,247); }

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

background-color css

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

 a { background-color: rgb(194,170,247); }

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

border-color css

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

 span { border-color: rgb(194,170,247); }

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