Html Css Color HEX #C2AAF9 Melrose

📋 copy color: '#C2AAF9'

red 194 ◦ green 170 ◦ blue 249

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

Shades of Melrose #C2AAF9

Tints of Melrose #C2AAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.62%

R = 31.65%
G = 27.73%
B = 40.62%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2AAF9 (or 0xC2AAF9) is known color: Melrose. HEX triplet: C2, AA and F9. RGB value is (194,170,249). Sum of RGB (Red+Green+Blue) = 194+170+249=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2AAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAF9 is #3D5506. Grayscale: #B9B9B9. Windows color (decimal): -4019463 or 16362178. OLE color: 16362178.

HSL color Cylindrical-coordinate representation of color #C2AAF9: hue angle of 258.23º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2AAF9 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 170 249 -
CMYK 0.22 0.32 0 0.02
HSL 258.23º 0.87% 0.82% -
HSV(B) 258.23º 0.32% 0.98% -
XYZ 53.72 47.06 95.87 -
YUV 186.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 194 170 249 0.22 0.32 0 0.02 258.23 0.87 0.82
Hex C2 AA F9 16 20 0 2 102 57 52
Octal 302 252 371 26 40 0 2 402 127 122
Binary 11000010 10101010 11111001 10110 100000 0 10 100000010 1010111 1010010

Color Harmonies of #C2AAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAF9

Black with #C2AAF9

Text Example


Text Example

White with #C2AAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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