Html Css Color HEX #C2AAF1 Melrose

📋 copy color: '#C2AAF1'

red 194 ◦ green 170 ◦ blue 241

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

Shades of Melrose #C2AAF1

Tints of Melrose #C2AAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.83%

R = 32.07%
G = 28.1%
B = 39.83%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C2AAF1 (or 0xC2AAF1) is known color: Melrose. HEX triplet: C2, AA and F1. RGB value is (194,170,241). Sum of RGB (Red+Green+Blue) = 194+170+241=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAF1 is #3D550E. Grayscale: #B9B9B9. Windows color (decimal): -4019471 or 15837890. OLE color: 15837890.

HSL color Cylindrical-coordinate representation of color #C2AAF1: hue angle of 260.28º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2AAF1 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 170 241 -
CMYK 0.20 0.29 0 0.05
HSL 260.28º 0.72% 0.81% -
HSV(B) 260.28º 0.29% 0.95% -
XYZ 52.5 46.57 89.44 -
YUV 185.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 194 170 241 0.20 0.29 0 0.05 260.28 0.72 0.81
Hex C2 AA F1 14 1D 0 5 104 48 51
Octal 302 252 361 24 35 0 5 404 110 121
Binary 11000010 10101010 11110001 10100 11101 0 101 100000100 1001000 1010001

Color Harmonies of #C2AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAF1

Black with #C2AAF1

Text Example


Text Example

White with #C2AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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