Html Css Color HEX #C1AEFF Melrose

📋 copy color: '#C1AEFF'

red 193 ◦ green 174 ◦ blue 255

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

Shades of Melrose #C1AEFF

Tints of Melrose #C1AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.97%

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

R = 31.03%
G = 27.97%
B = 41%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C1AEFF (or 0xC1AEFF) is known color: Melrose. HEX triplet: C1, AE and FF. RGB value is (193,174,255). Sum of RGB (Red+Green+Blue) = 193+174+255=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AEFF is #3E5100. Grayscale: #BCBCBC. Windows color (decimal): -4083969 or 16756417. OLE color: 16756417.

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

Color convert

RGB 193 174 255 -
CMYK 0.24 0.32 0 0
HSL 254.07º 1% 0.84% -
HSV(B) 254.07º 0.32% 1% -
XYZ 55.18 48.83 101.12 -
YUV 188.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 193 174 255 0.24 0.32 0 0 254.07 1 0.84
Hex C1 AE FF 18 20 0 0 FE 64 54
Octal 301 256 377 30 40 0 0 376 144 124
Binary 11000001 10101110 11111111 11000 100000 0 0 11111110 1100100 1010100

Color Harmonies of #C1AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AEFF

Black with #C1AEFF

Text Example


Text Example

White with #C1AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AEFF; }

 p { color: rgb(193,174,255); }

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

background-color css

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

 a { background-color: rgb(193,174,255); }

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

border-color css

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

 span { border-color: rgb(193,174,255); }

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