Html Css Color HEX #C1ADEC Melrose

📋 copy color: '#C1ADEC'

red 193 ◦ green 173 ◦ blue 236

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

Shades of Melrose #C1ADEC

Tints of Melrose #C1ADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 32.06%
G = 28.74%
B = 39.2%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1ADEC (or 0xC1ADEC) is known color: Melrose. HEX triplet: C1, AD and EC. RGB value is (193,173,236). Sum of RGB (Red+Green+Blue) = 193+173+236=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADEC is #3E5213. Grayscale: #B9B9B9. Windows color (decimal): -4084244 or 15510977. OLE color: 15510977.

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

Color convert

RGB 193 173 236 -
CMYK 0.18 0.27 0 0.07
HSL 259.05º 0.62% 0.8% -
HSV(B) 259.05º 0.27% 0.93% -
XYZ 52.08 47.28 85.74 -
YUV 186.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 193 173 236 0.18 0.27 0 0.07 259.05 0.62 0.8
Hex C1 AD EC 12 1B 0 7 103 3E 50
Octal 301 255 354 22 33 0 7 403 76 120
Binary 11000001 10101101 11101100 10010 11011 0 111 100000011 111110 1010000

Color Harmonies of #C1ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADEC

Black with #C1ADEC

Text Example


Text Example

White with #C1ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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