Html Css Color HEX #C1BBDF Melrose

📋 copy color: '#C1BBDF'

red 193 ◦ green 187 ◦ blue 223

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

Shades of Melrose #C1BBDF

Tints of Melrose #C1BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.98%

R = 32.01%
G = 31.01%
B = 36.98%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1BBDF (or 0xC1BBDF) is known color: Melrose. HEX triplet: C1, BB and DF. RGB value is (193,187,223). Sum of RGB (Red+Green+Blue) = 193+187+223=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBDF is #3E4420. Grayscale: #C0C0C0. Windows color (decimal): -4080673 or 14662593. OLE color: 14662593.

HSL color Cylindrical-coordinate representation of color #C1BBDF: hue angle of 250º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1BBDF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 187 223 -
CMYK 0.13 0.16 0 0.13
HSL 250º 0.36% 0.8% -
HSV(B) 250º 0.16% 0.87% -
XYZ 53.08 52.21 77.09 -
YUV 192.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 193 187 223 0.13 0.16 0 0.13 250 0.36 0.8
Hex C1 BB DF D 10 0 D FA 24 50
Octal 301 273 337 15 20 0 15 372 44 120
Binary 11000001 10111011 11011111 1101 10000 0 1101 11111010 100100 1010000

Color Harmonies of #C1BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBDF

Black with #C1BBDF

Text Example


Text Example

White with #C1BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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