Html Css Color HEX #C6BBDB Melrose

📋 copy color: '#C6BBDB'

red 198 ◦ green 187 ◦ blue 219

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

Shades of Melrose #C6BBDB

Tints of Melrose #C6BBDB

RGB

 RED value IS 198 (77.73% from 255) = 32.78%

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

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 32.78%
G = 30.96%
B = 36.26%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6BBDB (or 0xC6BBDB) is known color: Melrose. HEX triplet: C6, BB and DB. RGB value is (198,187,219). Sum of RGB (Red+Green+Blue) = 198+187+219=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBDB is #394424. Grayscale: #C1C1C1. Windows color (decimal): -3752997 or 14400454. OLE color: 14400454.

HSL color Cylindrical-coordinate representation of color #C6BBDB: hue angle of 260.62º degrees, saturation: 0.31, 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 #C6BBDB is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 187 219 -
CMYK 0.10 0.15 0 0.14
HSL 260.63º 0.31% 0.8% -
HSV(B) 260.63º 0.15% 0.86% -
XYZ 53.85 52.66 74.34 -
YUV 193.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 198 187 219 0.10 0.15 0 0.14 260.63 0.31 0.8
Hex C6 BB DB A F 0 E 105 1F 50
Octal 306 273 333 12 17 0 16 405 37 120
Binary 11000110 10111011 11011011 1010 1111 0 1110 100000101 11111 1010000

Color Harmonies of #C6BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBDB

Black with #C6BBDB

Text Example


Text Example

White with #C6BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBDB; }

 p { color: rgb(198,187,219); }

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

background-color css

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

 a { background-color: rgb(198,187,219); }

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

border-color css

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

 span { border-color: rgb(198,187,219); }

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