Html Css Color HEX #C1AAFE Melrose

📋 copy color: '#C1AAFE'

red 193 ◦ green 170 ◦ blue 254

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

Shades of Melrose #C1AAFE

Tints of Melrose #C1AAFE

RGB

 RED value IS 193 (75.78% from 255) = 31.28%

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

 BLUE value IS 254 (99.61% from 255) = 41.17%

R = 31.28%
G = 27.55%
B = 41.17%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C1AAFE (or 0xC1AAFE) is known color: Melrose. HEX triplet: C1, AA and FE. RGB value is (193,170,254). Sum of RGB (Red+Green+Blue) = 193+170+254=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAFE is #3E5501. Grayscale: #BABABA. Windows color (decimal): -4084994 or 16689857. OLE color: 16689857.

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

Color convert

RGB 193 170 254 -
CMYK 0.24 0.33 0 0.00
HSL 256.43º 0.98% 0.83% -
HSV(B) 256.43º 0.33% 1% -
XYZ 54.26 47.24 100.03 -
YUV 186.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 193 170 254 0.24 0.33 0 0.00 256.43 0.98 0.83
Hex C1 AA FE 18 21 0 0 100 62 53
Octal 301 252 376 30 41 0 0 400 142 123
Binary 11000001 10101010 11111110 11000 100001 0 0 100000000 1100010 1010011

Color Harmonies of #C1AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AAFE

Black with #C1AAFE

Text Example


Text Example

White with #C1AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AAFE; }

 p { color: rgb(193,170,254); }

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

background-color css

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

 a { background-color: rgb(193,170,254); }

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

border-color css

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

 span { border-color: rgb(193,170,254); }

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