Html Css Color HEX #C5AAF8 Melrose

📋 copy color: '#C5AAF8'

red 197 ◦ green 170 ◦ blue 248

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

Shades of Melrose #C5AAF8

Tints of Melrose #C5AAF8

RGB

 RED value IS 197 (77.34% from 255) = 32.03%

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

 BLUE value IS 248 (97.27% from 255) = 40.33%

R = 32.03%
G = 27.64%
B = 40.33%

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

#C5AAF8 (or 0xC5AAF8) is known color: Melrose. HEX triplet: C5, AA and F8. RGB value is (197,170,248). Sum of RGB (Red+Green+Blue) = 197+170+248=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #C5AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AAF8 is #3A5507. Grayscale: #BABABA. Windows color (decimal): -3822856 or 16296645. OLE color: 16296645.

HSL color Cylindrical-coordinate representation of color #C5AAF8: hue angle of 260.77º degrees, saturation: 0.85, 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 #C5AAF8 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 170 248 -
CMYK 0.21 0.31 0 0.03
HSL 260.77º 0.85% 0.82% -
HSV(B) 260.77º 0.31% 0.97% -
XYZ 54.34 47.4 95.09 -
YUV 186.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 197 170 248 0.21 0.31 0 0.03 260.77 0.85 0.82
Hex C5 AA F8 15 1F 0 3 105 55 52
Octal 305 252 370 25 37 0 3 405 125 122
Binary 11000101 10101010 11111000 10101 11111 0 11 100000101 1010101 1010010

Color Harmonies of #C5AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAF8

Black with #C5AAF8

Text Example


Text Example

White with #C5AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAF8; }

 p { color: rgb(197,170,248); }

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

background-color css

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

 a { background-color: rgb(197,170,248); }

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

border-color css

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

 span { border-color: rgb(197,170,248); }

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