Html Css Color HEX #C1B9E6 Melrose

📋 copy color: '#C1B9E6'

red 193 ◦ green 185 ◦ blue 230

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

Shades of Melrose #C1B9E6

Tints of Melrose #C1B9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.83%

R = 31.74%
G = 30.43%
B = 37.83%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C1B9E6 (or 0xC1B9E6) is known color: Melrose. HEX triplet: C1, B9 and E6. RGB value is (193,185,230). Sum of RGB (Red+Green+Blue) = 193+185+230=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1B9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B9E6 is #3E4619. Grayscale: #C0C0C0. Windows color (decimal): -4081178 or 15120833. OLE color: 15120833.

HSL color Cylindrical-coordinate representation of color #C1B9E6: hue angle of 250.67º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1B9E6 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 185 230 -
CMYK 0.16 0.20 0 0.10
HSL 250.67º 0.47% 0.81% -
HSV(B) 250.67º 0.2% 0.9% -
XYZ 53.62 51.75 82.03 -
YUV 192.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 193 185 230 0.16 0.20 0 0.10 250.67 0.47 0.81
Hex C1 B9 E6 10 14 0 A FB 2F 51
Octal 301 271 346 20 24 0 12 373 57 121
Binary 11000001 10111001 11100110 10000 10100 0 1010 11111011 101111 1010001

Color Harmonies of #C1B9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B9E6

Black with #C1B9E6

Text Example


Text Example

White with #C1B9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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