Html Css Color HEX #C1AEED Melrose

📋 copy color: '#C1AEED'

red 193 ◦ green 174 ◦ blue 237

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

Shades of Melrose #C1AEED

Tints of Melrose #C1AEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 31.95%
G = 28.81%
B = 39.24%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1AEED (or 0xC1AEED) is known color: Melrose. HEX triplet: C1, AE and ED. RGB value is (193,174,237). Sum of RGB (Red+Green+Blue) = 193+174+237=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AEED is #3E5112. Grayscale: #BABABA. Windows color (decimal): -4083987 or 15576769. OLE color: 15576769.

HSL color Cylindrical-coordinate representation of color #C1AEED: hue angle of 258.1º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1AEED is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 174 237 -
CMYK 0.19 0.27 0 0.07
HSL 258.1º 0.64% 0.81% -
HSV(B) 258.1º 0.27% 0.93% -
XYZ 52.41 47.72 86.57 -
YUV 186.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 193 174 237 0.19 0.27 0 0.07 258.1 0.64 0.81
Hex C1 AE ED 13 1B 0 7 102 40 51
Octal 301 256 355 23 33 0 7 402 100 121
Binary 11000001 10101110 11101101 10011 11011 0 111 100000010 1000000 1010001

Color Harmonies of #C1AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AEED

Black with #C1AEED

Text Example


Text Example

White with #C1AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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