Html Css Color HEX #C1B9EF Melrose

📋 copy color: '#C1B9EF'

red 193 ◦ green 185 ◦ blue 239

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

Shades of Melrose #C1B9EF

Tints of Melrose #C1B9EF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.98%

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 31.28%
G = 29.98%
B = 38.74%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C1B9EF (or 0xC1B9EF) is known color: Melrose. HEX triplet: C1, B9 and EF. RGB value is (193,185,239). Sum of RGB (Red+Green+Blue) = 193+185+239=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B9EF is #3E4610. Grayscale: #C1C1C1. Windows color (decimal): -4081169 or 15710657. OLE color: 15710657.

HSL color Cylindrical-coordinate representation of color #C1B9EF: hue angle of 248.89º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1B9EF is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 185 239 -
CMYK 0.19 0.23 0 0.06
HSL 248.89º 0.63% 0.83% -
HSV(B) 248.89º 0.23% 0.94% -
XYZ 54.92 52.27 88.86 -
YUV 193.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 193 185 239 0.19 0.23 0 0.06 248.89 0.63 0.83
Hex C1 B9 EF 13 17 0 6 F9 3F 53
Octal 301 271 357 23 27 0 6 371 77 123
Binary 11000001 10111001 11101111 10011 10111 0 110 11111001 111111 1010011

Color Harmonies of #C1B9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B9EF

Black with #C1B9EF

Text Example


Text Example

White with #C1B9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B9EF; }

 p { color: rgb(193,185,239); }

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

background-color css

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

 a { background-color: rgb(193,185,239); }

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

border-color css

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

 span { border-color: rgb(193,185,239); }

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