Html Css Color HEX #C2AAFF Melrose

📋 copy color: '#C2AAFF'

red 194 ◦ green 170 ◦ blue 255

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

Shades of Melrose #C2AAFF

Tints of Melrose #C2AAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.2%

R = 31.34%
G = 27.46%
B = 41.2%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2AAFF (or 0xC2AAFF) is known color: Melrose. HEX triplet: C2, AA and FF. RGB value is (194,170,255). Sum of RGB (Red+Green+Blue) = 194+170+255=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAFF is #3D5500. Grayscale: #BABABA. Windows color (decimal): -4019457 or 16755394. OLE color: 16755394.

HSL color Cylindrical-coordinate representation of color #C2AAFF: hue angle of 256.94º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2AAFF is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 170 255 -
CMYK 0.24 0.33 0 0
HSL 256.94º 1% 0.83% -
HSV(B) 256.94º 0.33% 1% -
XYZ 54.67 47.44 100.88 -
YUV 186.87 166.45 133.09 -
System Red Green Blue C M Y K H S L
Decimal 194 170 255 0.24 0.33 0 0 256.94 1 0.83
Hex C2 AA FF 18 21 0 0 101 64 53
Octal 302 252 377 30 41 0 0 401 144 123
Binary 11000010 10101010 11111111 11000 100001 0 0 100000001 1100100 1010011

Color Harmonies of #C2AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAFF

Black with #C2AAFF

Text Example


Text Example

White with #C2AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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