Html Css Color HEX #C2AAF4 Melrose

📋 copy color: '#C2AAF4'

red 194 ◦ green 170 ◦ blue 244

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

Shades of Melrose #C2AAF4

Tints of Melrose #C2AAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.13%

R = 31.91%
G = 27.96%
B = 40.13%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C2AAF4 (or 0xC2AAF4) is known color: Melrose. HEX triplet: C2, AA and F4. RGB value is (194,170,244). Sum of RGB (Red+Green+Blue) = 194+170+244=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #C2AAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAF4 is #3D550B. Grayscale: #B9B9B9. Windows color (decimal): -4019468 or 16034498. OLE color: 16034498.

HSL color Cylindrical-coordinate representation of color #C2AAF4: hue angle of 259.46º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2AAF4 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 170 244 -
CMYK 0.20 0.30 0 0.04
HSL 259.46º 0.77% 0.81% -
HSV(B) 259.46º 0.3% 0.96% -
XYZ 52.95 46.75 91.82 -
YUV 185.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 194 170 244 0.20 0.30 0 0.04 259.46 0.77 0.81
Hex C2 AA F4 14 1E 0 4 103 4D 51
Octal 302 252 364 24 36 0 4 403 115 121
Binary 11000010 10101010 11110100 10100 11110 0 100 100000011 1001101 1010001

Color Harmonies of #C2AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAF4

Black with #C2AAF4

Text Example


Text Example

White with #C2AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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