Html Css Color HEX #C1ADEA Melrose

📋 copy color: '#C1ADEA'

red 193 ◦ green 173 ◦ blue 234

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

Shades of Melrose #C1ADEA

Tints of Melrose #C1ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.83%

 BLUE value IS 234 (91.8% from 255) = 39%

R = 32.17%
G = 28.83%
B = 39%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1ADEA (or 0xC1ADEA) is known color: Melrose. HEX triplet: C1, AD and EA. RGB value is (193,173,234). Sum of RGB (Red+Green+Blue) = 193+173+234=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADEA is #3E5215. Grayscale: #B9B9B9. Windows color (decimal): -4084246 or 15379905. OLE color: 15379905.

HSL color Cylindrical-coordinate representation of color #C1ADEA: hue angle of 259.67º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1ADEA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 173 234 -
CMYK 0.18 0.26 0 0.08
HSL 259.67º 0.59% 0.8% -
HSV(B) 259.67º 0.26% 0.92% -
XYZ 51.79 47.17 84.22 -
YUV 185.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 193 173 234 0.18 0.26 0 0.08 259.67 0.59 0.8
Hex C1 AD EA 12 1A 0 8 104 3B 50
Octal 301 255 352 22 32 0 10 404 73 120
Binary 11000001 10101101 11101010 10010 11010 0 1000 100000100 111011 1010000

Color Harmonies of #C1ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADEA

Black with #C1ADEA

Text Example


Text Example

White with #C1ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADEA; }

 p { color: rgb(193,173,234); }

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

background-color css

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

 a { background-color: rgb(193,173,234); }

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

border-color css

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

 span { border-color: rgb(193,173,234); }

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