Html Css Color HEX #C1B9EE Melrose

📋 copy color: '#C1B9EE'

red 193 ◦ green 185 ◦ blue 238

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

Shades of Melrose #C1B9EE

Tints of Melrose #C1B9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 31.33%
G = 30.03%
B = 38.64%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1B9EE (or 0xC1B9EE) is known color: Melrose. HEX triplet: C1, B9 and EE. RGB value is (193,185,238). Sum of RGB (Red+Green+Blue) = 193+185+238=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B9EE is #3E4611. Grayscale: #C1C1C1. Windows color (decimal): -4081170 or 15645121. OLE color: 15645121.

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

Color convert

RGB 193 185 238 -
CMYK 0.19 0.22 0 0.07
HSL 249.06º 0.61% 0.83% -
HSV(B) 249.06º 0.22% 0.93% -
XYZ 54.77 52.21 88.08 -
YUV 193.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 193 185 238 0.19 0.22 0 0.07 249.06 0.61 0.83
Hex C1 B9 EE 13 16 0 7 F9 3D 53
Octal 301 271 356 23 26 0 7 371 75 123
Binary 11000001 10111001 11101110 10011 10110 0 111 11111001 111101 1010011

Color Harmonies of #C1B9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B9EE

Black with #C1B9EE

Text Example


Text Example

White with #C1B9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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