Html Css Color HEX #C1BBDC Melrose

📋 copy color: '#C1BBDC'

red 193 ◦ green 187 ◦ blue 220

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

Shades of Melrose #C1BBDC

Tints of Melrose #C1BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.17%

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 32.17%
G = 31.17%
B = 36.67%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1BBDC (or 0xC1BBDC) is known color: Melrose. HEX triplet: C1, BB and DC. RGB value is (193,187,220). Sum of RGB (Red+Green+Blue) = 193+187+220=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBDC is #3E4423. Grayscale: #C0C0C0. Windows color (decimal): -4080676 or 14465985. OLE color: 14465985.

HSL color Cylindrical-coordinate representation of color #C1BBDC: hue angle of 250.91º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1BBDC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 187 220 -
CMYK 0.12 0.15 0 0.14
HSL 250.91º 0.32% 0.8% -
HSV(B) 250.91º 0.15% 0.86% -
XYZ 52.68 52.05 74.98 -
YUV 192.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 193 187 220 0.12 0.15 0 0.14 250.91 0.32 0.8
Hex C1 BB DC C F 0 E FB 20 50
Octal 301 273 334 14 17 0 16 373 40 120
Binary 11000001 10111011 11011100 1100 1111 0 1110 11111011 100000 1010000

Color Harmonies of #C1BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBDC

Black with #C1BBDC

Text Example


Text Example

White with #C1BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBDC; }

 p { color: rgb(193,187,220); }

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

background-color css

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

 a { background-color: rgb(193,187,220); }

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

border-color css

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

 span { border-color: rgb(193,187,220); }

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